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: spring-cloud-gateway-server/src/main/java/org/springframework/cloud/gateway/filter/NettyWriteResponseFilter.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ else if (bufferFactory instanceof DefaultDataBufferFactory) {
116
116
byteBuf.release();
117
117
returnbuffer;
118
118
}
119
-
thrownewIllegalArgumentException("Unkown DataBufferFactory type " + bufferFactory.getClass());
119
+
thrownewIllegalArgumentException("Unknown DataBufferFactory type " + bufferFactory.getClass());
0 commit comments