From 38cc7f06e65faa0836e32b4cab6de8412176c092 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Tue, 2 Oct 2012 21:45:52 +0900 Subject: [PATCH] Updated NEWS --- NEWS | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 2a8d2212..0cb7971f 100644 --- a/NEWS +++ b/NEWS @@ -5,11 +5,10 @@ Release Note ------------ This release fixes bugs in configure command-line options and spdycat. -The client side header block compression was disabled to avoid the -attack. The on_ctrl_not_send_callback now gets -SPDYLAY_ERR_FRAME_TOO_LARGE as error code when packed frame is too -large to fit in SPDY frame size limit. Shrpx SPDY proxy mode now -announces SPDY/3 as default protocol. +The client side header block compression was disabled. The +on_ctrl_not_send_callback now gets SPDYLAY_ERR_FRAME_TOO_LARGE as +error code when packed frame is too large to fit in SPDY frame size +limit. Shrpx SPDY proxy mode now announces SPDY/3 as default protocol. Changes -------