Update CHANGELOG with information on removed socket references

R=whesse@google.com
BUG=

Review URL: https://codereview.chromium.org/1389273002 .
This commit is contained in:
Søren Gjesse 2015-10-07 09:43:21 +02:00
parent 2a053a9441
commit a1063f6c62

View file

@ -19,6 +19,9 @@
allowed by the HTTP protocol.
The `HttpServer` still gracefully receives fragments, but discards them
before delivering the request.
* Removed server socket references. The use of server socket references
was deprecated back in 1.9. Use the `shared` flag when creating listening
sockets and `HttpServer` to distribute accepted sockets between isolates.
### Tool changes