Re: [fpc-pascal] CustHttpApp again, error: Missing HTTP protocol version in request

2014-04-25 Thread Michael Van Canneyt
On Thu, 24 Apr 2014, silvioprog wrote: Hello, I've tested the CustHttpApp unit in new released FPC 2.6.4 on Windows, and the error Missing HTTP protocol version in request still continues. I'll show detailed steps (including my tools) to reproduce it: 1. on Windows (I'm using 8), download

Re: [fpc-pascal] CustHttpApp again, error: Missing HTTP protocol version in request

2014-04-25 Thread silvioprog
2014-04-25 3:39 GMT-03:00 Michael Van Canneyt mich...@freepascal.org: [...] Damn windows returning 0 on read... Can you please test with the following change: Procedure FillBuffer; Var R : Integer; begin SetLength(FBuffer,ReadBufLen); Repeat

Re: [fpc-pascal] CustHttpApp again, error: Missing HTTP protocol version in request

2014-04-25 Thread silvioprog
2014-04-25 10:05 GMT-03:00 silvioprog silviop...@gmail.com: 2014-04-25 3:39 GMT-03:00 Michael Van Canneyt mich...@freepascal.org: [...] Damn windows returning 0 on read... Can you please test with the following change: Procedure FillBuffer; Var R : Integer; begin

Re: [fpc-pascal] CustHttpApp again, error: Missing HTTP protocol version in request

2014-04-25 Thread Michael Van Canneyt
On Fri, 25 Apr 2014, silvioprog wrote: 2014-04-25 3:39 GMT-03:00 Michael Van Canneyt mich...@freepascal.org: [...]  Damn windows returning 0 on read... Can you please test with the following change:    Procedure FillBuffer;    Var      R : Integer;    begin

Re: [fpc-pascal] CustHttpApp again, error: Missing HTTP protocol version in request

2014-04-25 Thread Michael Van Canneyt
On Fri, 25 Apr 2014, silvioprog wrote: 2014-04-25 10:05 GMT-03:00 silvioprog silviop...@gmail.com: 2014-04-25 3:39 GMT-03:00 Michael Van Canneyt mich...@freepascal.org: [...]  Damn windows returning 0 on read... Can you please test with the following change:    Procedure

Re: [fpc-pascal] CustHttpApp again, error: Missing HTTP protocol version in request

2014-04-25 Thread silvioprog
2014-04-25 10:24 GMT-03:00 Michael Van Canneyt mich...@freepascal.org: On Fri, 25 Apr 2014, silvioprog wrote: 2014-04-25 3:39 GMT-03:00 Michael Van Canneyt mich...@freepascal.org: [...] Damn windows returning 0 on read... Can you please test with the following change:

Re: [fpc-pascal] CustHttpApp again, error: Missing HTTP protocol version in request

2014-04-25 Thread Michael Van Canneyt
On Fri, 25 Apr 2014, silvioprog wrote: 2014-04-25 10:24 GMT-03:00 Michael Van Canneyt mich...@freepascal.org: On Fri, 25 Apr 2014, silvioprog wrote: 2014-04-25 3:39 GMT-03:00 Michael Van Canneyt mich...@freepascal.org: [...]        Damn windows

Re: [fpc-pascal] CustHttpApp again, error: Missing HTTP protocol version in request

2014-04-25 Thread silvioprog
2014-04-25 11:11 GMT-03:00 Michael Van Canneyt mich...@freepascal.org: On Fri, 25 Apr 2014, silvioprog wrote: 2014-04-25 10:24 GMT-03:00 Michael Van Canneyt mich...@freepascal.org: On Fri, 25 Apr 2014, silvioprog wrote: 2014-04-25 3:39 GMT-03:00 Michael Van Canneyt