Skip to content

Commit

Permalink
Add changelog entry for last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
macournoyer committed Feb 1, 2011
1 parent ddd91ee commit 7d2a797
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
@@ -1,4 +1,14 @@
== 1.2.8 Does It Offend You, Yeah?
* Allow the connection to remain open for 1xx statuses [timshadel]

Both the 100 and 101 status codes require that the connection to the
server remain open. The 100 status code is used to tell the client that
the server is still receiving its request, and will continue to read
request input on the connection. The 101 status code is used to upgrade
the existing connection to another protocol, and specifically is NOT
used to upgrade a separate connection. Therefore, the connection must
remain open after this response in order to facilitate that.

* Accept IE7 badly encoded URL (eg.: %uEEEE)
* Fix gemspec to work w/ Bundler [smparkes]
* Add SSL support [tmm1]
Expand Down

0 comments on commit 7d2a797

Please sign in to comment.