Cleanup: Use string_view in URL and HTTPHdr#12243
Conversation
|
[approve ci] |
|
merged master and resolved conflicts. |
|
AuTest 1of4 failed with the following output. However all autest test cases passed on my local machine. |
e8fcda9 to
c32024e
Compare
|
[approve ci] |
|
Rerunning CI before I merge the PR. |
|
@hnakamur it looks like there are a couple minor errors from the recent CI build. I have reviewed the code and it looks good besides these new issues: |
|
I successfully compiled commit c32024e on my Ubuntu PC. However, the CI environment is encountering a compilation error that I haven't been able to resolve: I've noticed a discrepancy: the error message refers to line 515 of |
|
I merged the current master and I am able to reproduce the compile errors now. |
|
[approve ci] |
The ternary operator was checking literal 80 instead of request_port == 80, making an accidental tautology that always returned the HTTP scheme. This was introduced in the apache#12243 URL std::string_view refactor.
The ternary operator was checking literal 80 instead of request_port == 80, making an accidental tautology that always returned the HTTP scheme. This was introduced in the #12243 URL std::string_view refactor.
No description provided.