[vlc-commits] commit: httpd: fix grammar in comments (Pierre Ynard )
git at videolan.org
git at videolan.org
Sat Dec 11 00:15:07 CET 2010
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | 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;
}
More information about the vlc-commits
mailing list