Commit 8b8adc6c authored by Tollef Fog Heen's avatar Tollef Fog Heen

Fix typo in HTTP header name

parent 9cd5b471
......@@ -56,7 +56,7 @@ HTTPH("Authorization", H_Authorization, 0 ) /* RFC2616 14.8 */
HTTPH("Cache-Control", H_Cache_Control, HTTPH_R_FETCH ) /* RFC2616 14.9 */
HTTPH("Connection", H_Connection, HTTPH_R_PASS | HTTPH_R_FETCH | HTTPH_A_INS) /* RFC2616 14.10 */
HTTPH("Content-Encoding", H_Content_Encoding, 0 ) /* RFC2616 14.11 */
HTTPH("Content-Langugae", H_Content_Language, 0 ) /* RFC2616 14.12 */
HTTPH("Content-Language", H_Content_Language, 0 ) /* RFC2616 14.12 */
HTTPH("Content-Length", H_Content_Length, HTTPH_R_FETCH | HTTPH_A_INS) /* RFC2616 14.13 */
HTTPH("Content-Location", H_Content_Location, 0 ) /* RFC2616 14.14 */
HTTPH("Content-MD5", H_Content_MD5, 0 ) /* RFC2616 14.15 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment