# HG changeset patch # User mstorsjo # Date 1277145653 0 # Node ID b9dee507717454f23916b44de554af037a547da8 # Parent 8634f4b534fcc9556aa7a50b9faee0f0cadcbf17 HTTP: Clarify a comment diff -r 8634f4b534fc -r b9dee5077174 http.c --- a/http.c Sun Jun 20 21:41:02 2010 +0000 +++ b/http.c Mon Jun 21 18:40:53 2010 +0000 @@ -434,7 +434,7 @@ return AVERROR(EIO); if (s->chunksize == -1) { - /* headers are sent without any special encoding */ + /* non-chunked data is sent without any special encoding */ return url_write(s->hd, buf, size); }