Closed GoogleCodeExporter closed 8 years ago
PS. Forgot to mention it's a backend.
backends.yaml:
backends:
- name: name
class: B2
options: dynamic
Original comment by pdknsk
on 20 Feb 2013 at 4:14
I don't know if it's related, but I noticed this in
chrome://net-internals/#events in Chrome.
HTTP_TRANSACTION_READ_RESPONSE_HEADERS
--> HTTP/1.1 404 Not Found
Content-Type: text/plain
Server: Development/2.0
Transfer-Encoding: chunked
Date: Wed, 20 Feb 2013 17:37:04 GMT
Original comment by pdknsk
on 20 Feb 2013 at 5:52
This should be fixed with v0.6:
https://code.google.com/p/appengine-devappserver2-experiment/downloads/detail?na
me=devappserver2-v0.6.zip
Original comment by sa...@google.com
on 21 Feb 2013 at 11:23
Hmm I was sure I was already using 1.7.5 but maybe it was the pre-release SDK.
Original comment by pdknsk
on 22 Feb 2013 at 12:10
And I just as I write this the error occurs again. It occurs sporadically, even
with the same code.
$cat google_appengine/VERSION
release: "1.7.5"
timestamp: 1357690550
api_versions: ['1']
Original comment by pdknsk
on 22 Feb 2013 at 12:14
It only occurs before /_ah/stop requests. Which is probably why it seemed
sporadic to me.
Original comment by pdknsk
on 22 Feb 2013 at 12:27
It's fixed in the newest release.
Original comment by pdknsk
on 25 Feb 2013 at 10:51
Original issue reported on code.google.com by
pdknsk
on 20 Feb 2013 at 4:02