File tree Expand file tree Collapse file tree
jetty-servlet/src/main/java/org/eclipse/jetty/servlet Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ private void sendXmlResponse(HttpServletResponse response) throws IOException
203203 sb .append (" <connectionsDurationMax>" ).append (connectionStats .getConnectionDurationMax ()).append ("</connectionsDurationMax>\n " );
204204 sb .append (" <connectionsDurationStdDev>" ).append (connectionStats .getConnectionDurationStdDev ()).append ("</connectionsDurationStdDev>\n " );
205205 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 " );
207207 sb .append (" <messagesIn>" ).append (connectionStats .getReceivedMessages ()).append ("</messagesIn>\n " );
208208 sb .append (" <messagesOut>" ).append (connectionStats .getSentMessages ()).append ("</messagesOut>\n " );
209209 }
You can’t perform that action at this time.
0 commit comments