httpd.c modifications

Want to help the VideoLAN project? Designers, testers, translators, please come...
This is NOT about GETTING some help.
Forum rules
Please read the forum's rules carefully before posting. This forum should not be used to post VLC usage related questions.
boing
Blank Cone
Blank Cone
Posts: 13
Joined: 03 Sep 2008 21:59
VLC version: 1.0.0-git
Operating System: Linux
Location: Cholet (49), France

httpd.c modifications

Postby boing » 22 Sep 2008 20:27

Hello,

just to report a small "bug" I found in the httpd code, already reported here viewtopic.php?f=18&t=47295#p159284

I post here a git-diff, if someone want to send it to the devel mail list, feel free (lazy me :)

Code: Select all

$ git-diff diff --git a/src/network/httpd.c b/src/network/httpd.c index 06bd9dc..c830904 100644 --- a/src/network/httpd.c +++ b/src/network/httpd.c @@ -2351,8 +2351,8 @@ retry: } if( ( ( cl->query.i_proto == HTTPD_PROTO_HTTP ) && - ( ( cl->answer.i_version == 0 && b_keepalive ) || - ( cl->answer.i_version == 1 && !b_connection ) ) ) || + ( ( cl->query.i_version == 0 && b_keepalive ) || + ( cl->query.i_version == 1 && !b_connection ) ) ) || ( ( cl->query.i_proto == HTTPD_PROTO_RTSP ) && !b_query && !b_connection ) ) {
and still my question : is it a bug or a feature ?

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: httpd.c modifications

Postby Jean-Baptiste Kempf » 22 Sep 2008 21:06

Send them to the list, please.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

boing
Blank Cone
Blank Cone
Posts: 13
Joined: 03 Sep 2008 21:59
VLC version: 1.0.0-git
Operating System: Linux
Location: Cholet (49), France

Re: httpd.c modifications

Postby boing » 22 Sep 2008 21:32



Return to “Contribute and help the VideoLAN project”

Who is online

Users browsing this forum: No registered users and 0 guests