This fix prevents Libuv.pipe_connect from throwing when the stack memory that was previously incorrectly interpreted as the int return value happens to be negative. When pipe_connect threw, an assertion failure would follow since the pipe handle would be closed prematurely. http://docs.libuv.org/en/v1.x/pipe.html#c.uv_pipe_connect #205 |
||
|---|---|---|
| content | ||
| samples | ||
| src/Microsoft.AspNet.Server.Kestrel | ||
| test/Microsoft.AspNet.Server.KestrelTests | ||
| tools | ||
| .gitattributes | ||
| .gitignore | ||
| .travis.yml | ||
| CONTRIBUTING.md | ||
| KestrelHttpServer.sln | ||
| LICENSE.txt | ||
| NuGet.config | ||
| NuGetPackageVerifier.json | ||
| README.md | ||
| appveyor.yml | ||
| build.cmd | ||
| build.sh | ||
| global.json | ||
| makefile.shade | ||