]> git.ipfire.org Git - thirdparty/squid.git/commit - src/http.cc
- Created struct _http_reply to hold reply fields.
authorwessels <>
Wed, 10 Apr 1996 05:27:53 +0000 (05:27 +0000)
committerwessels <>
Wed, 10 Apr 1996 05:27:53 +0000 (05:27 +0000)
commit2285407f94b1ba67dc7808a232402a87dda599e4
tree72b758aa58410c5653175de40d63cd01fdf45bde
parent72cf245c44cebdd752ca8f6f5c84726539f09849
    - Created struct _http_reply to hold reply fields.
          Elmininates need for storeMatchMime() in ttl.c.
        - fixed use of storeSetPublicKey() in ftp/gopher/wais.  Now
          call at end of *SendRequest().
        - Fixed converting gopher to HTML bug, removed html_request
          field of gopherData;
        - Open server sockets _after_ storeRebuild() so many incoming
          connections don't stack up on the listen queue.
        - Created "store.log" which logs RELEASE/SWAPIN/SWAPOUT events.
src/errorpage.cc
src/ftp.cc
src/gopher.cc
src/http.cc
src/main.cc
src/store.cc
src/wais.cc