[BACK]Return to bozohttpd.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / libexec / httpd

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/libexec/httpd/bozohttpd.h between version 1.20 and 1.21

version 1.20, 2011/11/18 09:51:31 version 1.21, 2012/02/20 09:26:56
Line 128  typedef struct bozo_httpreq_t {
Line 128  typedef struct bozo_httpreq_t {
         const char *hr_referrer;          const char *hr_referrer;
         const char *hr_range;          const char *hr_range;
         const char *hr_if_modified_since;          const char *hr_if_modified_since;
           const char *hr_accept_encoding;
         int         hr_have_range;          int         hr_have_range;
         off_t       hr_first_byte_pos;          off_t       hr_first_byte_pos;
         off_t       hr_last_byte_pos;          off_t       hr_last_byte_pos;

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

CVSweb <webmaster@jp.NetBSD.org>