File tree 1 file changed +1
-1
lines changed
jetty-servlet/src/main/java/org/eclipse/jetty/servlet
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ private void sendXmlResponse(HttpServletResponse response) throws IOException
203
203
sb .append (" <connectionsDurationMax>" ).append (connectionStats .getConnectionDurationMax ()).append ("</connectionsDurationMax>\n " );
204
204
sb .append (" <connectionsDurationStdDev>" ).append (connectionStats .getConnectionDurationStdDev ()).append ("</connectionsDurationStdDev>\n " );
205
205
sb .append (" <bytesIn>" ).append (connectionStats .getReceivedBytes ()).append ("</bytesIn>\n " );
206
- sb .append (" <bytesOut>" ).append (connectionStats .getSentBytes ()).append ("</connectorStats >\n " );
206
+ sb .append (" <bytesOut>" ).append (connectionStats .getSentBytes ()).append ("</bytesOut >\n " );
207
207
sb .append (" <messagesIn>" ).append (connectionStats .getReceivedMessages ()).append ("</messagesIn>\n " );
208
208
sb .append (" <messagesOut>" ).append (connectionStats .getSentMessages ()).append ("</messagesOut>\n " );
209
209
}
You can’t perform that action at this time.
0 commit comments