[vlc-devel] commit: HTTP: sanity check ( Rémi Denis-Courmont )

Ilkka Ollakka ilkka.ollakka+vlc at oamk.fi
Wed Sep 17 09:15:20 CEST 2008


On su 14. syyskuuta 2008 08:31:33, git version control wrote:
> vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sat Sep 13 22:48:00 2008 +0300| [62a433eb42e594e187b7d8911545dbab7648e34d] | committer: Rémi Denis-Courmont 
> 
> HTTP: sanity check
 
> @@ -1019,8 +1019,8 @@ static int Connect( access_t *p_access, int64_t i_tell )
>      p_access->info.i_pos  = i_tell;
>      p_access->info.b_eof  = false;
>  
> -
>      /* Open connection */
> +    assert( p_sys->fd == -1 );
>      p_sys->fd = net_ConnectTCP( p_access, srv.psz_host, srv.i_port );

This assert basicly breaks seeking and authentication in http-access in
current codebase.

-- 
Ilkka Ollakka
Real Time, adj.:
	Here and now, as opposed to fake time, which only occurs there
and then.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20080917/c1adc5c8/attachment.sig>


More information about the vlc-devel mailing list