summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_frame_reader.cc
Commit message (Collapse)AuthorAgeFilesLines
* Remove SpdyControlFrame, and associated cleanup.akalin@chromium.org2013-02-161-0/+18
| | | | | | | | | | | | | | | Useful for SPDY 4 development. Including the following refactor line items, among others: * Rename SpdyFramer::current_frame_len_ to current_frame_buffer_length_ * Add fields, and centralize processing, for common frame header in SpdyFramer. * Add SpdyFrameReader::ReadUInt24(), useful for reading those pesky 24-bit length fields. This lands server change 42289618. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=182818 Review URL: https://codereview.chromium.org/12212186 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182875 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting as it causes compile failures on windows.ananta@chromium.org2013-02-151-18/+0
| | | | | | | | | | | | | | | | | | Revert 182818 - Remove SpdyControlFrame, and associated cleanup. Useful for SPDY 4 development. Including the following refactor line items, among others: * Rename SpdyFramer::current_frame_len_ to current_frame_buffer_length_ * Add fields, and centralize processing, for common frame header in SpdyFramer. * Add SpdyFrameReader::ReadUInt24(), useful for reading those pesky 24-bit length fields. This lands server change 42289618. Review URL: https://codereview.chromium.org/12212186 TBR=akalin@chromium.org Review URL: https://chromiumcodereview.appspot.com/12278016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182827 0039d316-1c4b-4281-b951-d872f2087c98
* Remove SpdyControlFrame, and associated cleanup.akalin@chromium.org2013-02-151-0/+18
| | | | | | | | | | | | | Useful for SPDY 4 development. Including the following refactor line items, among others: * Rename SpdyFramer::current_frame_len_ to current_frame_buffer_length_ * Add fields, and centralize processing, for common frame header in SpdyFramer. * Add SpdyFrameReader::ReadUInt24(), useful for reading those pesky 24-bit length fields. This lands server change 42289618. Review URL: https://codereview.chromium.org/12212186 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182818 0039d316-1c4b-4281-b951-d872f2087c98
* Minor cleanup in SpdyFrameBuilder. No functional/compiled change.akalin@chromium.org2013-02-141-1/+1
| | | | | | | | This lands server change 42070470. Review URL: https://codereview.chromium.org/12262002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182429 0039d316-1c4b-4281-b951-d872f2087c98
* Remove SpdySynReplyControlFrame and SpdyGoAwayControlFrame.akalin@chromium.org2013-02-141-0/+40
| | | | | | | | | | Useful in SPDY 4 development. This lands server change 420065749. Review URL: https://codereview.chromium.org/12256004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182377 0039d316-1c4b-4281-b951-d872f2087c98
* Move all objects from the spdy:: namespace to net::rch@chromium.org2012-03-221-2/+2
| | | | | | Review URL: http://codereview.chromium.org/9815028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128310 0039d316-1c4b-4281-b951-d872f2087c98
* SPDY - integration of spdy/3 code.rtenneti@google.com2012-03-121-0/+126
TEST=network unit tests and browser unit_tests R=willchan Review URL: https://chromiumcodereview.appspot.com/9618002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126175 0039d316-1c4b-4281-b951-d872f2087c98