Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix maybe initialized warning in httplib. #634

Merged
merged 1 commit into from
Nov 10, 2021
Merged

Fix maybe initialized warning in httplib. #634

merged 1 commit into from
Nov 10, 2021

Conversation

mgautierfr
Copy link
Member

This PR somehow supersedes #633
#633 fix the issue on httplib but also update to last version of httplib. But with the last version of httplib our tests are not working anymore. We have to investigate this.
But let's merge the patch right now as it is needed to compile libkiwix on recent linux (#632)

Patch has been send upstream :
yhirose/cpp-httplib#1085

@codecov
Copy link

codecov bot commented Nov 8, 2021

Codecov Report

Merging #634 (1f6fb23) into master (9479c06) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #634   +/-   ##
=======================================
  Coverage   66.14%   66.14%           
=======================================
  Files          53       53           
  Lines        3819     3819           
  Branches     1933     1914   -19     
=======================================
  Hits         2526     2526           
  Misses       1291     1291           
  Partials        2        2           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9479c06...1f6fb23. Read the comment docs.

@mgautierfr mgautierfr merged commit 0b9ff92 into master Nov 10, 2021
@mgautierfr mgautierfr deleted the fix_httplib branch November 10, 2021 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant