aboutsummaryrefslogtreecommitdiffstats
path: root/req_resp_hdrs.c
AgeCommit message (Collapse)AuthorFilesLines
2003-12-29From RFC 2616: "Field names are case-insensitive." UseGuy Harris1-2/+2
"tvb_strncaseeql()", not "tvb_strneql()", to check for "Content-Length:". svn path=/trunk/; revision=9486
2003-12-24In the loop that processes lines in HTTP requests and replies, loop asGuy Harris1-8/+29
long as there's reported data, don't just loop through the data in the tvbuff. Fix some problems with short frames. svn path=/trunk/; revision=9438
2003-12-23Not all headers in HTTP, RTSP, SIP, etc. are entity headers; rename someGuy Harris1-0/+170
files, routines, data structures, etc.. svn path=/trunk/; revision=9428