Index: chrome/test/chromedriver/server/chromedriver_server.cc |
diff --git a/chrome/test/chromedriver/server/chromedriver_server.cc b/chrome/test/chromedriver/server/chromedriver_server.cc |
index 2508c59ae50a5e8015c777816844b6f586630b70..c5c93e92d8f29e94cdd52cf06c3e79cc5fa2efb8 100644 |
--- a/chrome/test/chromedriver/server/chromedriver_server.cc |
+++ b/chrome/test/chromedriver/server/chromedriver_server.cc |
@@ -87,7 +87,6 @@ class HttpServer : public net::HttpServer::Delegate { |
// the connection to close (e.g., python 2.7 urllib). |
response->AddHeader("Connection", "close"); |
server_->SendResponse(connection_id, *response); |
- server_->Close(connection_id); |
stgao
2014/09/20 02:10:04
Why we don't have to close the connection now? Is
|
} |
HttpRequestHandlerFunc handle_request_func_; |