FirebaseExtended / TubeSock

A WebSocket client library implemented in Java
79 stars 28 forks source link

Header Names are Case-Insensitive #12

Closed zimdo closed 7 years ago

zimdo commented 9 years ago

From RFC 2616 - "Hypertext Transfer Protocol -- HTTP/1.1", Section 4.2, "Message Headers":

Each header field consists of a name followed by a colon (":") and the field value. Field names are case-insensitive.

The updating RFC 7230 does not list any changes from RFC 2616 at this part.

zimdo commented 9 years ago

screen shot 2015-08-18 at 12 43 02 pm

ocram commented 8 years ago

Didn't see this issue before. Pull request is here: https://github.com/firebase/TubeSock/pull/13

rockwotj commented 7 years ago

The PR was merged.