Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Header field name check for "Transfer-Encoding" should be case insensitive #313

Open
Assignees
deanberris
Labels
Milestone
@Artalizian

Description

@Artalizian

I've created a client that needs to handle chunked messages, but these don't seem to be processed as chunks because the header field name is expected to be camel cased in cpp-netlib and my server sends them lower cased. I tracked the problem down to the following code in async_protocol_handler.cpp (line 290).

typename headers_range<basic_response<Tag> >::type transfer_encoding_range = headers.equal_range("Transfer-Encoding");

The HTTP/1.1 standard states that field names are case insensitive.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp