| Index: net/base/net_error_list.h
|
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
|
| index b79658c437030dd98c0a57c5c2a5e5f35536801f..b67698656a1672a094d30c750f8553aeb47c3b5d 100644
|
| --- a/net/base/net_error_list.h
|
| +++ b/net/base/net_error_list.h
|
| @@ -140,6 +140,10 @@ NET_ERROR(END_OF_STREAM, -122)
|
| // The peer sent an SSL no_renegotiation alert message.
|
| NET_ERROR(SSL_NO_RENEGOTIATION, -123)
|
|
|
| +// Winsock sometimes reports more data written than passed. This is probably
|
| +// due to a broken LSP.
|
| +NET_ERROR(WINSOCK_UNEXPECTED_WRITTEN_BYTES, -124)
|
| +
|
| // Certificate error codes
|
| //
|
| // The values of certificate error codes must be consecutive.
|
|
|