diff options
-rw-r--r-- | net/socket_stream/socket_stream.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket_stream/socket_stream.cc b/net/socket_stream/socket_stream.cc index e46f306..b6d3a65 100644 --- a/net/socket_stream/socket_stream.cc +++ b/net/socket_stream/socket_stream.cc @@ -89,7 +89,7 @@ void SocketStream::set_context(URLRequestContext* context) { context_ = context; if (prev_context != context) { - net_log_.AddEvent(NetLog::TYPE_REQUEST_ALIVE); + net_log_.EndEvent(NetLog::TYPE_REQUEST_ALIVE); net_log_ = BoundNetLog(); if (context) { |