Mercurial Hosting > luan
diff src/org/eclipse/jetty/server/Request.java @ 1001:39154cfa58e4
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sat, 22 Oct 2016 20:56:41 -0600 |
parents | 32d4b569567c |
children | 6939226e0ac4 |
line wrap: on
line diff
--- a/src/org/eclipse/jetty/server/Request.java Wed Oct 19 04:22:51 2016 -0600 +++ b/src/org/eclipse/jetty/server/Request.java Sat Oct 22 20:56:41 2016 -0600 @@ -155,7 +155,7 @@ public Request(AbstractHttpConnection connection) { _connection = connection; - _endp = connection.getEndPoint(); + _endp = connection._endp; } /* ------------------------------------------------------------ */ @@ -903,8 +903,7 @@ /* * Set a request attribute. if the attribute name is "org.eclipse.jetty.server.server.Request.queryEncoding" then the value is also passed in a call to * {@link #setQueryEncoding}. <p> if the attribute name is "org.eclipse.jetty.server.server.ResponseBuffer", then the response buffer is flushed with @{link - * #flushResponseBuffer} <p> if the attribute name is "org.eclipse.jetty.io.EndPoint.maxIdleTime", then the value is passed to the associated {@link - * EndPoint#setMaxIdleTime}. + * #flushResponseBuffer}. * * @see javax.servlet.ServletRequest#setAttribute(java.lang.String, java.lang.Object) */