Liu Steven (12019-01-10):
>     How should i understand the mean β€œthe fragment part should not have 
> arrived there in the first place.” ?
> 
>     When i use wget to get http://ffmpeg.org/helloworld/test#hello=24
>     wget -dS http://ffmpeg.org/helloworld/test#hello=24
>     the request is GET /helloworld/test
> 
>     But ffmpeg is use full URI β€œ/helloworld/test#hello=24”
>     That will forbidden by the http server in ticket: 7660.
>      
>     or just fix it in hls.c?

I think the fragment part should be removed earlier. When the URL comes
directly from the user, I believe it should be the responsibility of the
user. When it comes from the application, the responsibility of the
application. And when it comes from a protocol, by the code handling
that protocol.

Your code just ignores the fragment, but the fragment information was
there for a reason in the first place, was it not?

Regards,

-- 
  Nicolas George

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to