Eliza Weisman

Results 637 comments of Eliza Weisman

Note that the documentation does state that although using the `Build` trait for the build definition is deprecated, > you can still use `project/*.scala` file to organize your build and/or...

Since sbt 1.0.0 [was released](https://github.com/sbt/sbt/releases/tag/v1.0.0) 12 days ago, I'd really like to get this done before we release Linkerd 1.2.0.

I'm working on a [tool to automate this](https://github.com/BuoyantIO/flossy), and so far, I've found at least one case we're not handling correctly. According to the spec: > If a message is...

I did a manual `telnet` session to confirm (I don't entirely trust `flossy` yet; there's probably several lurking bugs in there): ``` GET http://127.0.0.1:7777/test1 HTTP/1.1 HTTP/1.1 200 OK Server: Example...

Additional testing with the [latest `flossy`](BuoyantIO/flossy@94135561dcc71b834f5c4aeffcdde7e641a6f786) reveals that we're also mishandling the case of a request with multiple `Content-Length` headers – I'll open an issue for that too.

Still need to add similar tests in `flossy` for chunked encodings (BuoyantIO/flossy#2).

Yeah, that's fine, this issue isn't ruining my life or anything, I just thought you'd want to be aware. :)

@Qwaz could you provide some additional details on why this is incorrect? Thanks!

@Qwaz ah, okay, I misunderstood — I thought that since this was linked in the "Audit `http`" issue on safety-dance, this was part of the security audit. Thanks for clearing...

I'm not convinced that task locals are an acceptable substitute for `extensions`. Linkerd makes makes use of extensions in a lot of places, and although I'll have to take a...