eschulte pushed a commit to branch master in repository elpa. commit 2e25d3b09f961b74136684f05a3fc78efd23ed81 Author: Eric Schulte <schulte.e...@gmail.com> Date: Fri Jan 17 10:51:03 2014 -0700
updated content- transfer-encoding notes --- NOTES | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/NOTES b/NOTES index f3a1d57..f1f5d1f 100644 --- a/NOTES +++ b/NOTES @@ -5,11 +5,21 @@ * Notes * Tasks [15/21] -** TODO chunked encoding +** TODO Content and Transfer encodings +- Content and Transfer encoding values + http://www.iana.org/assignments/http-parameters/http-parameters.xhtml +- http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.6 - http://en.wikipedia.org/wiki/Chunked_transfer_encoding - http://tools.ietf.org/html/rfc1945#section-7.2 - http://tools.ietf.org/rfc/rfc1945.txt +Some issue as to whether compression is better done as a "Content +Encoding" which actually changes the content, or as a "Transfer +Encoding", which doesn't change the content, just the messages. + +The latter seems preferable, but possibly less widely supported. See +http://stackoverflow.com/questions/11641923/transfer-encoding-gzip-vs-content-encoding-gzip. + ** DONE web sockets - http://en.wikipedia.org/wiki/WebSocket - http://tools.ietf.org/html/rfc6455