Re: [FFmpeg-devel] [PATCH 9/9] Add http multi-client example code

2015-07-06 Thread Nicolas George
Le sextidi 16 messidor, an CCXXIII, Stephan Holljes a écrit : > Yes, I tested it with multiple simultaneous wget instances and with > siege (a benchmark tool for webservers). Good. Although you should also test manually, with socat / nc / telnet. > I see that I missed closing the client context i

Re: [FFmpeg-devel] [PATCH 9/9] Add http multi-client example code

2015-07-03 Thread Stephan Holljes
On Fri, Jul 3, 2015 at 12:32 PM, Nicolas George wrote: > Le quintidi 15 messidor, an CCXXIII, Stephan Holljes a écrit : >> Signed-off-by: Stephan Holljes >> --- >> doc/examples/Makefile | 1 + >> doc/examples/http_multiclient.c | 101 >> >> 2

Re: [FFmpeg-devel] [PATCH 9/9] Add http multi-client example code

2015-07-03 Thread Nicolas George
Le quintidi 15 messidor, an CCXXIII, Stephan Holljes a écrit : > Signed-off-by: Stephan Holljes > --- > doc/examples/Makefile | 1 + > doc/examples/http_multiclient.c | 101 > > 2 files changed, 102 insertions(+) > create mode 100644 doc/exam

[FFmpeg-devel] [PATCH 9/9] Add http multi-client example code

2015-07-02 Thread Stephan Holljes
Signed-off-by: Stephan Holljes --- doc/examples/Makefile | 1 + doc/examples/http_multiclient.c | 101 2 files changed, 102 insertions(+) create mode 100644 doc/examples/http_multiclient.c diff --git a/doc/examples/Makefile b/doc/examples/Mak