Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal req_resp_hdrs.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Mon, 29 Dec 2003 16:33:18 -0600 (CST)
guy         2003/12/29 16:33:18 CST

  Modified files:
    .                    req_resp_hdrs.c 
  Log:
  From RFC 2616: "Field names are case-insensitive."  Use
  "tvb_strncaseeql()", not "tvb_strneql()", to check for
  "Content-Length:".
  
  Revision  Changes    Path
  1.3       +2 -2      ethereal/req_resp_hdrs.c