-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HttpServer does not understand HEAD request #3205
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
library-io
P1
A high priority bug; for example, a single project is unusable or has many test failures
Comments
This comment was originally written by igrigori...@google.com FWIW, all other methods appear to work, it's only head which causes the crash. |
Proposed patch in https://chromiumcodereview.appspot.com/10449020. |
Fixed in http://code.google.com/p/dart/source/detail?r=7986. Added Fixed label. |
Removed Area-IO label. |
copybara-service bot
pushed a commit
that referenced
this issue
Dec 1, 2021
Changes: ``` > git log --format="%C(auto) %h %s" b9edfa5..dcb6aba https://dart.googlesource.com/pub.git/+/dcb6abac Merge remote-tracking branch 'origin/cherry-pick2-for-2.15.0' https://dart.googlesource.com/pub.git/+/dc857523 Remove duplicated lines in testdata (#3234) https://dart.googlesource.com/pub.git/+/acc8ab09 Refactor the test package-server (#3230) https://dart.googlesource.com/pub.git/+/1e78c688 Better error messages round 2 (#3223) https://dart.googlesource.com/pub.git/+/eaf36513 More links in the repository specification (#3220) https://dart.googlesource.com/pub.git/+/c888b018 Remove pedantic and cleanup a few lints (#3224) https://dart.googlesource.com/pub.git/+/a4d44c7e Global package server null safety (#3225) https://dart.googlesource.com/pub.git/+/ff941887 Merge branch 'cherry-pick-for-2.15.0' https://dart.googlesource.com/pub.git/+/efd24e64 Fix hanging event handler for `stdin`. (#3218) https://dart.googlesource.com/pub.git/+/d77c14e8 Gitignore validator should not follow symlink dirs (#3209) https://dart.googlesource.com/pub.git/+/7c190789 migrate rest of test/ to null-safety (#3207) https://dart.googlesource.com/pub.git/+/f24adb64 migrate test/oath2/ test/outdated/ test/token test/validator/ to null-safety (#3206) https://dart.googlesource.com/pub.git/+/e7d77a57 migrate test/add, test/cache, test/embedding plus a bit more to null-safety (#3205) https://dart.googlesource.com/pub.git/+/a6a73ad2 migrate test/lish/, test/run/, test/upgrade/ and golden_file.dart to null-safety (#3204) https://dart.googlesource.com/pub.git/+/b90efc1f Add test that `pub get` works with no $HOME in environment. (#3173) https://dart.googlesource.com/pub.git/+/c2fe3966 migrate test/get/ to null-safety (#3203) https://dart.googlesource.com/pub.git/+/1d106898 migrate test/hosted/ to null-safety (#3200) https://dart.googlesource.com/pub.git/+/afa9932b migrate test/cache and test/downgrade/ to null-safety (#3201) https://dart.googlesource.com/pub.git/+/352ca989 migrate test/global/ to null-safety (#3202) https://dart.googlesource.com/pub.git/+/64f20ca4 migrate test/descriptor/ and couple more files in test/ to null-safety (#3192) ``` Diff: https://dart.googlesource.com/pub.git/+/b9edfa5e288ea3d1a57d1db054ef844ae7b27d99~..dcb6abac2d7d43258c03b348be42bf4aab9529b1/ Change-Id: I30d33b0b8c3c19097a16543db15c6ae633f0afc2 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/221633 Auto-Submit: Jonas Jensen <jonasfj@google.com> Reviewed-by: Alexander Thomas <athom@google.com> Commit-Queue: Jonas Jensen <jonasfj@google.com>
copybara-service bot
pushed a commit
that referenced
this issue
Oct 6, 2022
convert (https://github.com/dart-lang/convert/compare/11d191e..f0acc6b): f0acc6b 2022-10-06 Devon Carew update the CI configuration (#67) dartdoc (https://github.com/dart-lang/dartdoc/compare/9908cf8..c2f66ec): c2f66ecf 2022-10-06 dependabot[bot] Bump ossf/scorecard-action from 2.0.3 to 2.0.4 (#3205) 479f27ba 2022-10-06 Sam Rawlins Deprecate src/model/model.dart as public API (#3208) markdown (https://github.com/dart-lang/markdown/compare/e7915ed..f387340): f387340 2022-10-06 Zhiguang Chen Fix unicode case folding (#465) webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/4e5eb8d..b825c8f): b825c8f 2022-10-05 Devon Carew Ci updates (#93) Change-Id: Ia68ad07c0046603ea17485db7ddb9744cfa970e2 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/263043 Reviewed-by: Nate Bosch <nbosch@google.com> Commit-Queue: Nate Bosch <nbosch@google.com> Commit-Queue: Devon Carew <devoncarew@google.com> Auto-Submit: Devon Carew <devoncarew@google.com>
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
library-io
P1
A high priority bug; for example, a single project is unusable or has many test failures
Exception when issuing HEAD request:
2012-05-24T17:41:10+00:00 heroku[router]: POST dartvm.herokuapp.com/ dyno=web.1 queue=0 wait=0ms service=16ms status=200 bytes=5
2012-05-24T17:41:16+00:00 heroku[router]: Error H13 (Connection closed without response) -> HEAD dartvm.herokuapp.com/ dyno=web.1 queue= wait= service= status=503 bytes=
2012-05-24T17:41:16+00:00 app[web.1]: Unhandled exception:
2012-05-24T17:41:16+00:00 app[web.1]: HttpParserException: Failed to parse HTTP
2012-05-24T17:41:16+00:00 app[web.1]: 0. Function: '_HttpServer@19ffb8b9.function' url: 'dart:io' line:488 col:193
2012-05-24T17:41:16+00:00 app[web.1]: 1. Function: '_HttpConnection@19ffb8b9._onConnectionClosed@19ffb8b9' url: 'dart:io' line:477 col:57
2012-05-24T17:41:16+00:00 app[web.1]: 2. Function: '_HttpConnectionBase@19ffb8b9._onError@19ffb8b9' url: 'dart:io' line:467 col:174
2012-05-24T17:41:16+00:00 app[web.1]: 3. Function: '_HttpConnection@19ffb8b9.function' url: 'dart:io' line:476 col:218
2012-05-24T17:41:16+00:00 app[web.1]: 4. Function: '_HttpParser@19ffb8b9.writeList' url: 'dart:io' line:649 col:514
2012-05-24T17:41:16+00:00 app[web.1]: 5. Function: '_HttpConnectionBase@19ffb8b9._onData@19ffb8b9' url: 'dart:io' line:464 col:91
2012-05-24T17:41:16+00:00 app[web.1]: 6. Function: '_SocketBase@19ffb8b9._multiplex@19ffb8b9' url: 'dart:io' line:908 col:107
2012-05-24T17:41:16+00:00 app[web.1]: 7. Function: '_SocketBase@19ffb8b9.function' url: 'dart:io' line:920 col:65
2012-05-24T17:41:16+00:00 app[web.1]: 8. Function: '_ReceivePortImpl@38422f21._handleMessage@38422f21' url: 'dart:isolate' line:19 col:46
2012-05-24T17:41:16+00:00 app[web.1]:
2012-05-24T17:41:17+00:00 heroku[web.1]: Process exited with status 255
2012-05-24T17:41:17+00:00 heroku[web.1]: State changed from up to crashed
The text was updated successfully, but these errors were encountered: