vlc | branch: master | Pierre Ynard <[email protected]> | Sat Dec 11 00:13:48 2010 +0100| [4c87b90bf458901e542e7d318ef4c58925421e76] | committer: Pierre Ynard
httpd: fix grammar in comments > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4c87b90bf458901e542e7d318ef4c58925421e76 --- src/network/httpd.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/network/httpd.c b/src/network/httpd.c index 2e95eed..5d1bbaa 100644 --- a/src/network/httpd.c +++ b/src/network/httpd.c @@ -1829,9 +1829,9 @@ static void httpd_ClientRecv( httpd_client_t *cl ) } if( cl->query.i_body > 0 ) { - /* TODO Mhh, handle the case client will only send a - * request and close the connection - * to mark and of body (probably only RTSP) */ + /* TODO Mhh, handle the case where the client only + * sends a request and closes the connection to + * mark the end of the body (probably only RTSP) */ cl->query.p_body = xmalloc( cl->query.i_body ); cl->i_buffer = 0; } _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
