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
Copy file name to clipboardExpand all lines: src/main/java/io/fusionauth/http/server/HTTPResponse.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -285,6 +285,7 @@ public void reset() {
285
285
* Reset the OutputStream.
286
286
*/
287
287
// TODO : Daniel : Review : This is used by prime-mvc. Is there any other way to handle this?
288
+
// Discuss with Brian. I think all prime-mvc needs is for the socket to be reset?
288
289
publicvoidresetOutputStream() {
289
290
if (outputStream.isCommitted()) {
290
291
thrownewIllegalStateException("The HTTPResponse can't be reset after it has been committed, meaning at least one byte was written back to the client.");
0 commit comments