2019-01-10 10:14 GMT+01:00, Liu Steven :
>
>
>> 在 2019年1月10日,下午5:09,Nicolas George 写道:
>>
>> Liu Steven (12019-01-10):
>>> Ok, I get that mean, let me think how to fix that.
>>
>> Do you know why the fragment was there in the first place and what its
>> role was?
>
> I guess that is used for them
> 在 2019年1月10日,下午5:09,Nicolas George 写道:
>
> Liu Steven (12019-01-10):
>> Ok, I get that mean, let me think how to fix that.
>
> Do you know why the fragment was there in the first place and what its
> role was?
I guess that is used for them web browser or player, i will ask that infomation
f
Liu Steven (12019-01-10):
> Ok, I get that mean, let me think how to fix that.
Do you know why the fragment was there in the first place and what its
role was?
Regards,
--
Nicolas George
signature.asc
Description: PGP signature
___
ffmpeg-devel ma
> 在 2019年1月10日,下午4:54,Nicolas George 写道:
>
> 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/
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 /
> 在 2019年1月9日,下午9:26,Nicolas George 写道:
>
> Steven Liu (12019-01-09):
>> fix ticket: 7660
>> Because the char '#' is used for webbrowser to display, it won't present
>> in URI of http request.
>>
>> Signed-off-by: Steven Liu
>> ---
>> libavformat/utils.c | 4
>> 1 file changed, 4 insertio
Steven Liu (12019-01-09):
> fix ticket: 7660
> Because the char '#' is used for webbrowser to display, it won't present
> in URI of http request.
>
> Signed-off-by: Steven Liu
> ---
> libavformat/utils.c | 4
> 1 file changed, 4 insertions(+)
>
> diff --git a/libavformat/utils.c b/libavfor
fix ticket: 7660
Because the char '#' is used for webbrowser to display, it won't present
in URI of http request.
Signed-off-by: Steven Liu
---
libavformat/utils.c | 4
1 file changed, 4 insertions(+)
diff --git a/libavformat/utils.c b/libavformat/utils.c
index 7afef545fe..f93837a805 10064