Conversation
Conflicts: .travis.yml
RFC 2616 14.35.1 Byte Ranges If the last-byte-pos value is absent, or if the value is greater than or equal to the current length of the entity-body, last-byte-pos is taken to be equal to one less than the current length of the entity- body in bytes. Conflicts: src/mochiweb_http.erl
|
Was there any conflict in cherry-pick? [1] mochi/mochiweb@fe5e0c5?w=1 |
|
Ah, you did right. |
There was a problem hiding this comment.
The test cases around this are all for invalid_rage as an comment at line 271 (new) says.
There was a problem hiding this comment.
There are already cases for Size < End around line 258, this case should move to there.
|
The test case to catch the bug when |
|
Okay, here's updated unitests. |
|
Code looks nice, eunit test pass. |
|
This fix works well. |
|
Tagged v2.9.0p1 for this fix. |
This is cherry-pick of #7, for basho/riak_cs#1047. Needs tagging and webmachine update followed.