Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Version 2.5.0 unknown-urls with timeout #110

Closed
neffets opened this issue Jun 30, 2015 · 3 comments
Closed

Version 2.5.0 unknown-urls with timeout #110

neffets opened this issue Jun 30, 2015 · 3 comments

Comments

@neffets
Copy link
Member

neffets commented Jun 30, 2015

curl -o /dev/null 'http://localhost:8000/?ts=1378670706&height=280&width=780&url=http%3A%2F%2Flocalhost%2Ftest%2F_assets%2Funknown.jpg'

Same problem as in issue #109 with parameter url.
But now only for un-accessable ressources.

  • Try loading an unknown ressource.
::ffff:127.0.0.1 "GET /status HTTP 1.1" 200 1964
[DEBUG] 12 Locked: source file
[DEBUG] 12 Locked: metadata
[DEBUG] 12 Locked: target file
[DEBUG] 12 Metadata is stale
[DEBUG] 12 Requesting download 
[DEBUG] 12 Starting request http://localhost/test/_assets/unknown.jpg
[DEBUG] 12 Received invalid response
[DEBUG] 12 Download failed
[DEBUG] 12 Released lock: metadata
[DEBUG] 12 Released lock: source file
[DEBUG] 12 Released lock: target file
::ffff:127.0.0.1 "GET /status HTTP 1.1" 200 1964

The debug-Log scrolls immediately and says "Download failed".
But the request is not ending, the curl receives no response at all and is hanging till 30seconds-timeout.

Problem:

  • no response
  • no header lines
  • not closing the connection
@selfawaresoup
Copy link
Contributor

should also be solved along with #109

@selfawaresoup selfawaresoup removed this from the 2.5.6 milestone Aug 28, 2015
@selfawaresoup
Copy link
Contributor

Is this still an issue?

@neffets
Copy link
Member Author

neffets commented Jan 26, 2017

no, version 2.7.2. was stable on live and on dev-boxes.

@neffets neffets closed this as completed Jan 26, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants