RE: Curl_poll and Windows

2019-11-19 Thread Jeff Mears via curl-library
Sorry if the formatting is messed up. Microsoft Outlook doesn't handle text-only mailing lists very well. > From: Daniel Stenberg > Sent: Monday, November 18, 2019 2:11 PM > > > First, Windows Vista and later have an API called WSAPoll. It works > > almost the same as UNIX poll. > > Almost

Re: How to manage buggy http/2 in MacOS and Linux

2019-11-19 Thread Ray Satiro via curl-library
On 11/19/2019 8:00 AM, Jeroen Ooms wrote: On Tue, Nov 19, 2019 at 9:25 AM Ray Satiro via curl-library wrote: On 11/18/2019 8:42 AM, Jeroen Ooms via curl-library wrote: I maintain the libcurl R bindings which are used by 1M+ users to build clients for countless web services. On MacOS and

Curl as static library with dependencies

2019-11-19 Thread amchess via curl-library
We use MinGW on windows. We need a static build of curl with all references to -OpenSSL 1.1.1d -brotli 1.0.7 -libssh2 1.9.0 -nghttp2 1.39.2 -zlib 1.2.11 We followed your doc, but we weren't able to do it. Can you provide us static curl build with all those dependencies? Many thanks, Andrea

Re: How to manage buggy http/2 in MacOS and Linux

2019-11-19 Thread Jeroen Ooms via curl-library
On Tue, Nov 19, 2019 at 9:25 AM Ray Satiro via curl-library wrote: > > On 11/18/2019 8:42 AM, Jeroen Ooms via curl-library wrote: > > I maintain the libcurl R bindings which are used by 1M+ users to build > > clients for countless web services. On MacOS and Linux, the bindings > > link to the

Re: libssh2 problem: -7 Unable to send FXP_CLOSE command

2019-11-19 Thread Daniel Stenberg via curl-library
On Tue, 19 Nov 2019, Christian Schmitz via curl-library wrote: Has anyone seen this error with SFTP file upload? I haven't. But it looks like a failure to send the SFTP command within libssh2 and it looks rather serious (ie not really any way to recover):

Re: How to manage buggy http/2 in MacOS and Linux

2019-11-19 Thread Ray Satiro via curl-library
On 11/18/2019 8:42 AM, Jeroen Ooms via curl-library wrote: I maintain the libcurl R bindings which are used by 1M+ users to build clients for countless web services. On MacOS and Linux, the bindings link to the system version of libcurl. As of MacOS Catalina (released last month) this is now