You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably a race condition where we write the last bytes (of the known content length) to the output stream, Kestrel flushes them, the test continues its execution and then the disposal of the file stream (and its handle) happens.
Since we introduced Kestrel we randomly have errors such as this one in the CI build:
The text was updated successfully, but these errors were encountered: