Re: [FFmpeg-devel] [PATCH v1 1/3] avformat/http: Add option to disable send-100-continue

2019-03-19 Thread Jun Li
On Tue, Mar 19, 2019 at 3:21 PM Carl Eugen Hoyos wrote: > 2019-03-19 22:58 GMT+01:00, Jun Li : > > The current setting for send-100-continue is either > > applicable or enabled, no option to disable the header. > > This change is to expand the option setting to provide > > more flexibility, which

Re: [FFmpeg-devel] [PATCH v1 1/3] avformat/http: Add option to disable send-100-continue

2019-03-19 Thread Carl Eugen Hoyos
2019-03-19 22:58 GMT+01:00, Jun Li : > The current setting for send-100-continue is either > applicable or enabled, no option to disable the header. > This change is to expand the option setting to provide > more flexibility, which is useful for rstp case. > --- > libavformat/http.c | 15 +

[FFmpeg-devel] [PATCH v1 1/3] avformat/http: Add option to disable send-100-continue

2019-03-19 Thread Jun Li
The current setting for send-100-continue is either applicable or enabled, no option to disable the header. This change is to expand the option setting to provide more flexibility, which is useful for rstp case. --- libavformat/http.c | 15 +-- 1 file changed, 9 insertions(+), 6 deleti