]> git.ipfire.org Git - thirdparty/cups.git/commit
Fix httpGets() bug caused by the line and newline(s) being sent in separate
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 30 Oct 2002 20:04:56 +0000 (20:04 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 30 Oct 2002 20:04:56 +0000 (20:04 +0000)
commit1289a630c336eaf2565904fe233f1d8edd0034fe
tree2065571474fb5146bfac7885911cb8ecdb921f6f
parentf7f7164bac780a88d5bfcf49361997145968bc15
Fix httpGets() bug caused by the line and newline(s) being sent in separate
packets.

Use memmove() instead of memcpy() for some buffer move operations for
portability.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@2953 7a7537e8-13f0-0310-91df-b6672ffda945
CHANGES.txt
cups/http.c
cups/ipp.c