Carl Brown

Results 7 issues of Carl Brown

If the project open in VSCode has Unit Tests, this change will make VSCode build those tests along with the other sources. If the project doesn't have tests, this change...

See PR #20 for history. Need to revisit this after #96 is complete and we have a perf baseline.

The current implementation doesn't honor the `stop` flag (the `inout Bool`) in `HTTPBodyHandler`. Need to fix that and write a test for it.

In working on writing a framework on top of this one, I've discovered that I quite often want to send a payload that has a fixed length (e.g. a `JSON`...

With the last few swift-4.0 development snapshots, all but one of the `XCTests` with names that end with `EndToEnd` fail on Linux with timeouts. These are the tests that start...

I'm pulling comment from @helje5 from #28 over into this issue, because that issue is getting cluttered. > The worse aspect is that this calls the done-cb before the queued...

bug

I'm pulling comment from @helje5 from #28 over into this issue, because that issue is getting cluttered. > I don't remember what we decided on here, IMO we should use...