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
OK. I understand. My point is about accents in text. Comment says This may fail if next() already wrote to the response focusing reader on next() call but one line above we can see await context.Response.WriteAsync("Hello "); which indeed wrote response regardless any code inside next(). For me line await context.Response.WriteAsync("Hello "); seems confusing and I feel it can be changed to something else (neutral like logging call) or event deleted.
As I understand the last line always should fail because of
context.Response.WriteAsync("Hello ")
; nothing to do withnext()
call here, right?The text was updated successfully, but these errors were encountered: