Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/ftp
Module Name: src
Committed By: lukem
Date: Wed Aug 22 06:51:42 UTC 2007
Modified Files:
src/usr.bin/ftp: fetch.c version.h
Log Message:
Improve parsing of chunked transfer chunks per RFC2616:
* more stringent chunk-size parsing
* ignore optional trailing ';chunk-ext' stuff, instead of barfing
* detect EOF before final \r\n.
To generate a diff of this commit:
cvs rdiff -r1.180 -r1.181 src/usr.bin/ftp/fetch.c
cvs rdiff -r1.69 -r1.70 src/usr.bin/ftp/version.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index