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: regex can't match when proxy was set to some web debugger(e.g. Fiddler) #553

Merged
merged 1 commit into from
Jul 3, 2020

Conversation

Umiade
Copy link
Contributor

@Umiade Umiade commented Jul 2, 2020

in function inline bool Client::read_response_line(Stream &strm, Response &res)

regex = "(HTTP/1\.[01]) (\d+?) .*\r\n" while Fiddler returned "HTTP/1.1 200\r\n"

@Umiade Umiade changed the title Fix: regex can't match when proxy was set to some web debugger(e.g. iddler) Fix: regex can't match when proxy was set to some web debugger(e.g. Fiddler) Jul 2, 2020
@yhirose yhirose merged commit 964fb5e into yhirose:master Jul 3, 2020
ExclusiveOrange pushed a commit to ExclusiveOrange/cpp-httplib-exor that referenced this pull request May 2, 2023
…iddler) (yhirose#553)

Co-authored-by: Umiade <hanyuchao@corp.netease.com>
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.

2 participants