Šimon Rozsíval

Results 48 comments of Šimon Rozsíval

The JIT.Directed logs contain stack traces showing null pointer dereferencing when `unhandled_exception_handler` is called. This reminds me of https://github.com/dotnet/runtime/issues/69601. But more importantly, the test tries to load a dynamic library...

@mandel-macaque I don't have permissions to run CI in this repo. Could you please re-run the tests for my latest changes?

@mandel-macaque @rolfbjarne could someone run the tests for me one more time please? 😄 BTW what would I need to do to enable CI runs for my commits and PRs?...

@rolfbjarne I don't understand what happened with all the simulator tests - they all fail at the `Install dotnet workloads` step. Is that caused by some of my changes or...

I managed to reproduce the issue locally. When the exception that @chamons pointed out is throw, the state is: - `bytesRead == 0` - `_contentLength == 348` - `offset ==...

@DuncWatts That's interesting. I ran the request a couple more times and I got three different `Content-Length` values for the same request (identical headers to yours) with a body length...

@karelz is the behavior of `SocketsHttpHandler` and the `HttpResponseMessage` it returns described above the expected behavior or is that a bug?