1. 24 Nov, 1996 1 commit
  2. 23 Nov, 1996 3 commits
  3. 22 Nov, 1996 1 commit
  4. 21 Nov, 1996 20 commits
  5. 20 Nov, 1996 3 commits
  6. 19 Nov, 1996 1 commit
  7. 18 Nov, 1996 5 commits
  8. 17 Nov, 1996 5 commits
  9. 14 Nov, 1996 1 commit
    • brian's avatar
      Submitted by: Alexei Kosut · 7868fb8b
      brian authored
      Here's a patch that provides a number of fixes to chunked
      transfer-coded input when using get_client_block:
      
      1) Correctly works with 1-byte reads (like content-lengthed reads,
      which was fixed a week or so ago, this was not working.)
      
      2) Fix "footer" reading. It now just calls get_mime_headers(), which
      should work. This way, they're accessible to the server, as they
      should be, though (unfortunately?) mod_cgi calls get_client_block too
      late to pass it on to the CGI script. Unless anyone knows a way to
      modify the environment of a child after you've forked it.
      
      It also adds a few comments (there was one part it took me five
      minutes to remember what the heck it was doing... and I wrote it. So I
      figured I'd better throw in a comment). Anyhow, I think it's important
      to make this work right, since it's an integral part of HTTP/1.1
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@76979 13f79535-47bb-0310-9956-ffa450edef68
      7868fb8b