Merge lp://staging/~gary-wzl77/net-cpp/fix_1631846 into lp://staging/net-cpp
Proposed by
Gary.Wang
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Thomas Voß | ||||
Approved revision: | 55 | ||||
Merged at revision: | 52 | ||||
Proposed branch: | lp://staging/~gary-wzl77/net-cpp/fix_1631846 | ||||
Merge into: | lp://staging/net-cpp | ||||
Diff against target: |
86 lines (+44/-2) 4 files modified
CMakeLists.txt (+1/-1) debian/changelog (+8/-0) src/core/net/http/impl/curl/request.h (+1/-1) tests/http_client_test.cpp (+34/-0) |
||||
To merge this branch: | bzr merge lp://staging/~gary-wzl77/net-cpp/fix_1631846 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Thomas Voß (community) | Approve | ||
James Henstridge | Approve | ||
Review via email: mp+308017@code.staging.launchpad.net |
Commit message
Fixes http header parsing in net response.
Description of the change
Fixes http header parsing in net response.
The first index of sub_match is full match.The actual index for sub_match[key, value] starts from 1.
To post a comment you must log in.
I'm not really comfortable with the test changes. See inline comments.