/[james]/httplint/httplint.c
ViewVC logotype

Diff of /httplint/httplint.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 49 by james, Fri Feb 20 20:13:07 2004 UTC revision 50 by james, Fri Feb 20 20:49:40 2004 UTC
# Line 1  Line 1 
1  /*  /*
2   * HTTP Header Lint   * HTTP Header Lint
3   * Licensed under the same license as Curl   * Licensed under the MIT License
4   *                http://curl.haxx.se/docs/copyright.html   *                http://www.opensource.org/licenses/mit-license
5   * Copyright 2003 James Bursa <bursa@users.sourceforge.net>   * Copyright 2004 James Bursa <bursa@users.sourceforge.net>
6   */   */
7    
8  /*  /*
# Line 973  void header_set_cookie(const char *s) Line 973  void header_set_cookie(const char *s)
973      lookup("cookiebadnameval");      lookup("cookiebadnameval");
974      ok = false;      ok = false;
975    }    }
976      
977    if (!semi)    if (!semi)
978      return;      return;
979    

Legend:
Removed from v.49  
changed lines
  Added in v.50

  ViewVC Help
Powered by ViewVC 1.1.26