2014-06-06 13:17 GMT-03:00 Michael Van Canneyt :
>
> On Fri, 6 Jun 2014, silvioprog wrote:
>
>> Hello,
>> I'm testing the CustHttpApp unit, and I found one error. See the httperf
>> logs below:
>>
>
> The http server does not support keeping the connection open.
>
> Michael.
:-(
--
Silvio Cléc
On Fri, 6 Jun 2014, silvioprog wrote:
Hello,
I'm testing the CustHttpApp unit, and I found one error. See the httperf logs
below:
The http server does not support keeping the connection open.
Michael.
___
fpc-pascal maillist - fpc-pascal@lists.
Hello,
I'm testing the CustHttpApp unit, and I found one error. See the httperf
logs below:
CGI (tested with FastCGI and it worked succefuly too):
---
httperf --client=0/1 --server=127.0.0.1 --port=80
--uri=/cgi-bin/project1.cgi --rate=100 --send-buffer=4096
--recv-buffer=4096 --num-conns=1 -
Ok
Thanks.
2014-06-06 17:06 GMT+02:00 Sven Barth :
> Am 06.06.2014 14:31 schrieb "Yann Mérignac" :
>
> >
> > Hi,
> >
> > I have found a bug with generics. It exists in 2.6.4 but not in 2.7.1
> (rev 27862). I searched in bug tracker but can't find a corresponding bug
> report. Should I report it
Am 06.06.2014 14:31 schrieb "Yann Mérignac" :
>
> Hi,
>
> I have found a bug with generics. It exists in 2.6.4 but not in 2.7.1
(rev 27862). I searched in bug tracker but can't find a corresponding bug
report. Should I report it or consider it's fixed ?
If it's fixed in 2.7.1 you don't need to rep
Hi,
I have found a bug with generics. It exists in 2.6.4 but not in 2.7.1 (rev
27862). I searched in bug tracker but can't find a corresponding bug
report. Should I report it or consider it's fixed ?
Program :
program genbug_002;
{$mode objfpc}{$h+}
uses
C
On Fri, 6 Jun 2014, Dimitrios Chr. Ioannidis wrote:
Hi,
Στις 30/5/2014 1:09 μμ, ο/η Michael Van Canneyt έγραψε:
Normally, it should be read from the REQUEST_URI environment variable.
AFAIU, the URI property of the TRequest in the HTTPDefs unit, get's it's
value from the command value whe
Hi,
Στις 30/5/2014 1:09 μμ, ο/η Michael Van Canneyt έγραψε:
Normally, it should be read from the REQUEST_URI environment variable.
AFAIU, the URI property of the TRequest in the HTTPDefs unit, get's it's
value from the command value when the fcgi app is started from web server .
My problem