]> git.ipfire.org Git - thirdparty/cups.git/commit
Fix httpWrite() bug which caused a variety of errors.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 27 Sep 2005 03:37:52 +0000 (03:37 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 27 Sep 2005 03:37:52 +0000 (03:37 +0000)
commited5ceafb9bb4590441b1365336f6aa4ba1e0b220
treefb7b23b54f20dca543f2fd9099339ab23e0041a1
parentf15becc87142e50838e94d8bc40eb3331250cc32
Fix httpWrite() bug which caused a variety of errors.

cups/http.c:
    - httpConnectEncrypt(): Update DEBUG_printf.
    - httpPrintf(): Check return value of httpFlushWrite().
    - httpUpdate(): Check return value of httpFlushWrite().
    - httpWrite(): Save bytes written in "bytes" instead of
      "length" and update DEBUG_printf's.
    - http_write_chunk(): Add DEBUG_printf's.

scheduler/client.c:
    - CloseClient(): Close pipes and files before socket.
    - WriteClient(): Add L_DEBUG2 log messages.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@4707 7a7537e8-13f0-0310-91df-b6672ffda945
cups/http.c
scheduler/client.c