public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: problem with curl-7.64.1-1 not returning any data
@ 2019-05-08 20:29 Wes Barris
  0 siblings, 0 replies; 3+ messages in thread
From: Wes Barris @ 2019-05-08 20:29 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 859 bytes --]

C:\Users\xxxxxx>cmd /c ver

Microsoft Windows [Version 10.0.17134.165]

xxxxxx@CVI-5501L> which -a curl
/bin/curl

I've changed my username and domain in the attached file.


This email and any files transmitted with it are confidential and intended solely for the use of the addressee. If you are not the intended addressee, then you have received this email in error and any use, dissemination, forwarding, printing, or copying of this email is strictly prohibited. Please notify us immediately of your unintended receipt by reply and then delete this email and your reply. Cobb-Vantress, Inc. and its subsidiaries and affiliates will not be held liable to any person resulting from the unintended or unauthorized use of any information contained in this email or as a result of any additions or deletions of information originally contained in this email.

[-- Attachment #2: cygcheck.out --]
[-- Type: application/unknown, Size: 51524 bytes --]

[-- Attachment #3: Type: text/plain, Size: 219 bytes --]


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: problem with curl-7.64.1-1 not returning any data
  2019-05-08 18:34 Barris, Wes
@ 2019-05-08 19:45 ` Brian Inglis
  0 siblings, 0 replies; 3+ messages in thread
From: Brian Inglis @ 2019-05-08 19:45 UTC (permalink / raw)
  To: cygwin

On 2019-05-08 12:33, Barris, Wes wrote:
> Some time during the past couple months curl stopped working in my cygwin 
> installation.  The only changes I am aware of are periodic updates to
> cygwin.

What about Windows 10 to 1809? Please run:
$ cmd /c ver
and post the output, to show your Windows release.

> Here is an example:
> curl -v www.google.com
> * STATE: INIT => CONNECT handle 0x600077108; line 1361 (connection #-5000)
> * Added connection 0. The cache now contains 1 members
> No data is returned.
> The same command when run under CentOS or Windows PowerShell (Invoke-WebRequest) works.
> I am running:
> Curl 7.64.1-1
> uname -a
> CYGWIN_NT-10.0 CVI-5501L 3.0.7(0.338/5/3) 2019-04-30 18:08 x86_64 Cygwin

Please run:
$ which -a curl
and post the output, to see if there are any aliases, functions, or other
executables on your PATH which could change what's run.

For better help, please do what it says under Problem reports at the bottom,
summarized as run "cygcheck -s -v -r > cygcheck.out" and *ATTACH* the output
file as *PLAIN TEXT* - see your email client help for how to do this.

Even running Windows curl, I get:
$ /proc/cygdrive/c/Windows/System32/curl -v www.google.com
* Rebuilt URL to: www.google.com/
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0*
  Trying 172.217.14.196...
* TCP_NODELAY set
* Connected to www.google.com (172.217.14.196) port 80 (#0)
> GET / HTTP/1.1
> Host: www.google.com
> User-Agent: curl/7.55.1
> Accept: */*
>
< HTTP/1.1 200 OK
< Date: Wed, 08 May 2019 19:12:35 GMT
< Expires: -1
< Cache-Control: private, max-age=0
< Content-Type: text/html; charset=ISO-8859-1
< P3P: CP="This is not a P3P policy! See g.co/p3phelp for more info."
< Server: gws
< X-XSS-Protection: 0
< X-Frame-Options: SAMEORIGIN
< Set-Cookie: 1P_JAR=2019-05-08-19; expires=Fri, 07-Jun-2019 19:12:35 GMT;
path=/; domain=.google.com
< Set-Cookie:
NID=183=Qyo1isOaHFjc34Am4ltQNlc6oyQLxvYgIcK_MSUVGlEgsNN7MYX8ki0q4kO-UL9UzBFhIYFEnRLGdnmB6R4wO7H0PpLkHG82DMmME73uvnYCVhlEuMwCbbjVd1ESCXjUJUhh3jciMhnWlGJyjHciQQmb7kkoLkOXU2lILFhO58Q;
expires=Thu, 07-Nov-2019 19:12:35 GMT; path=/; domain=.google.com; HttpOnly
< Accept-Ranges: none
< Vary: Accept-Encoding
< Transfer-Encoding: chunked
<
{ [706 bytes data]
...

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

* problem with curl-7.64.1-1 not returning any data
@ 2019-05-08 18:34 Barris, Wes
  2019-05-08 19:45 ` Brian Inglis
  0 siblings, 1 reply; 3+ messages in thread
From: Barris, Wes @ 2019-05-08 18:34 UTC (permalink / raw)
  To: cygwin

Hi,

Some time during the past couple months curl stopped working in my cygwin installation.  The only changes I am aware of are periodic updates to cygwin.

Here is an example:

----------------
curl -v www.google.com
* STATE: INIT => CONNECT handle 0x600077108; line 1361 (connection #-5000)
* Added connection 0. The cache now contains 1 members
----------------

No data is returned.

The same command when run under CentOS or Windows PowerShell (Invoke-WebRequest) works.

I am running:

Curl 7.64.1-1
uname -a
CYGWIN_NT-10.0 CVI-5501L 3.0.7(0.338/5/3) 2019-04-30 18:08 x86_64 Cygwin
--
Wes Barris

This email and any files transmitted with it are confidential and intended solely for the use of the addressee. If you are not the intended addressee, then you have received this email in error and any use, dissemination, forwarding, printing, or copying of this email is strictly prohibited. Please notify us immediately of your unintended receipt by reply and then delete this email and your reply. Cobb-Vantress, Inc. and its subsidiaries and affiliates will not be held liable to any person resulting from the unintended or unauthorized use of any information contained in this email or as a result of any additions or deletions of information originally contained in this email.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-05-08 20:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-08 20:29 problem with curl-7.64.1-1 not returning any data Wes Barris
  -- strict thread matches above, loose matches on Subject: below --
2019-05-08 18:34 Barris, Wes
2019-05-08 19:45 ` Brian Inglis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).