Re: Above and beyond 32 protocols

2022-09-10 Thread Patrick Monnerat via curl-library
On 9/11/22 00:52, Daniel Stenberg wrote: On Sun, 11 Sep 2022, Patrick Monnerat wrote: It depends on what you mean. It is solved for all systems that have a 64 bit size variable type. I don't think it is: I did not check everywhere, but at least Curl_handler protocol and family fields are s

RE: [Help Requested] Test Differences on 64-bit vs. 32-bit NonStop

2022-09-10 Thread Randall via curl-library
>From: Daniel Stenberg >On Sat, 10 Sep 2022, rsbec...@nexbridge.com wrote: > >>> $ ./runtests.pl -g 9 >> >> This gives me: >> >> test 0009...[HTTP RFC1867-type formposting] Can't exec "--directory": >> No such file or directory at ./runtests.pl line 624. >> >> 9: protocol FAILED! >> >> To debug,

RE: [Help Requested] Test Differences on 64-bit vs. 32-bit NonStop

2022-09-10 Thread Daniel Stenberg via curl-library
On Sat, 10 Sep 2022, rsbec...@nexbridge.com wrote: $ ./runtests.pl -g 9 This gives me: test 0009...[HTTP RFC1867-type formposting] Can't exec "--directory": No such file or directory at ./runtests.pl line 624. 9: protocol FAILED! To debug, I have to run with "run -debug ...". It is still g

Re: Above and beyond 32 protocols

2022-09-10 Thread Daniel Stenberg via curl-library
On Sun, 11 Sep 2022, Patrick Monnerat wrote: It depends on what you mean. It is solved for all systems that have a 64 bit size variable type. I don't think it is: I did not check everywhere, but at least Curl_handler protocol and family fields are still unsigned ints. Oh right. But also out

Re: Above and beyond 32 protocols

2022-09-10 Thread Patrick Monnerat via curl-library
On 9/10/22 23:08, Daniel Stenberg wrote: On Sat, 10 Sep 2022, Patrick Monnerat via curl-library wrote: In the meantime, CURLOPT_PROTOCOLS_STR has been added for caller's use, but this only translates to bits and the internal problem has not been resolved yet. It depends on what you mean. I

RE: [Help Requested] Test Differences on 64-bit vs. 32-bit NonStop

2022-09-10 Thread Randall via curl-library
On September 10, 2022 5:38 PM, Daniel Stenberg wrote: >On Fri, 9 Sep 2022, Randall via curl-library wrote: > >> I'm having some difficulties trying to build curl in 64 bits (big >> endian) on NonStop. It works fine, with only 3 minor issues in 32-bit >> but when compiling for 64-bit, a whole bunch

Re: [Help Requested] Test Differences on 64-bit vs. 32-bit NonStop

2022-09-10 Thread Daniel Stenberg via curl-library
On Fri, 9 Sep 2022, Randall via curl-library wrote: I'm having some difficulties trying to build curl in 64 bits (big endian) on NonStop. It works fine, with only 3 minor issues in 32-bit but when compiling for 64-bit, a whole bunch of issues come up: Curious. Is this a new regression? I mean

Re: Above and beyond 32 protocols

2022-09-10 Thread Daniel Stenberg via curl-library
On Sat, 10 Sep 2022, Patrick Monnerat via curl-library wrote: In the meantime, CURLOPT_PROTOCOLS_STR has been added for caller's use, but this only translates to bits and the internal problem has not been resolved yet. It depends on what you mean. It is solved for all systems that have a 64 b

Re: Above and beyond 32 protocols

2022-09-10 Thread Timothe Litt via curl-library
On 10-Sep-22 07:44, Patrick Monnerat via curl-library wrote: On 9/13/21 13:01, Daniel Stenberg via curl-library wrote: Hi team. We added support for GOPHERS in late 2020. There's a new PR proposing support for the ManageSieve protocol. We had a PR previously suggesting Gemini support and th

Re: Above and beyond 32 protocols

2022-09-10 Thread Patrick Monnerat via curl-library
On 9/13/21 13:01, Daniel Stenberg via curl-library wrote: Hi team. We added support for GOPHERS in late 2020. There's a new PR proposing support for the ManageSieve protocol. We had a PR previously suggesting Gemini support and the other day ICAP was brought up in a discussion. WebSockets i