Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Issue 10356055: Make the HTTP server close non-persistent connections (Closed)

Created:
8 years, 7 months ago by Søren Gjesse
Modified:
8 years, 7 months ago
Reviewers:
Mads Ager (google)
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Make the HTTP server close non-persistent connections When closing the connection due to non-presistent connection make sure that all data are sent to the receiver. For socket close due to errors or idle timeout destroy the socket. R=ager@google.com BUG=dart:2918 TEST=tests/standalone/io/http_connection_close_test.dart Committed: https://code.google.com/p/dart/source/detail?r=7441

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -2 lines) Patch
M runtime/bin/http_impl.dart View 4 chunks +8 lines, -2 lines 0 comments Download
A tests/standalone/io/http_connection_close_test.dart View 1 chunk +45 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Søren Gjesse
8 years, 7 months ago (2012-05-08 14:27:58 UTC) #1
Mads Ager (google)
8 years, 7 months ago (2012-05-09 07:50:03 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698