diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-08-23 23:42:23 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-08-23 23:45:21 -0700 |
commit | 4e1d6fca8e6801292213be9a06914fe088df6e64 (patch) | |
tree | 7279c6e595cc434ba986997f4df9187a9880eca4 /test/simple/test-https-eof-for-eom.js | |
parent | 4fa13152af92dd862f8f4b9ae0c207a9134e2ca5 (diff) | |
download | node-new-4e1d6fca8e6801292213be9a06914fe088df6e64.tar.gz |
Mark tests which are broken in libuv
Diffstat (limited to 'test/simple/test-https-eof-for-eom.js')
-rw-r--r-- | test/simple/test-https-eof-for-eom.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/simple/test-https-eof-for-eom.js b/test/simple/test-https-eof-for-eom.js index e043c5df8a..3e09c0bfd7 100644 --- a/test/simple/test-https-eof-for-eom.js +++ b/test/simple/test-https-eof-for-eom.js @@ -19,6 +19,9 @@ // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE // USE OR OTHER DEALINGS IN THE SOFTWARE. +// libuv-broken + + // I hate HTTP. One way of terminating an HTTP response is to not send // a content-length header, not send a transfer-encoding: chunked header, // and simply terminate the TCP connection. That is identity |