Withdrawn: 8296546: Add @spec tags to API

2023-01-27 Thread duke
On Thu, 10 Nov 2022 01:10:13 GMT, Jonathan Gibbons wrote: > Please review a "somewhat automated" change to insert `@spec` tags into doc > comments, as appropriate, to leverage the recent new javadoc feature to > generate a new page listing the references to all external specifications > listed

RFR: 8301255: Http2Connection may send too many GOAWAY frames

2023-01-27 Thread Daniel Fuchs
The following behavior was observed in a test log: DEBUG: [HttpClient-2-SelectorManager] [2s 716ms] Http2Connection(SSLTube(SocketTube(2))) Shutting down h2c (closed=true): java.io.EOFException: HTTP/2 client stopped DEBUG: [HttpClient-2-SelectorManager] [2s 716ms] Http2Connection(SSLTube(Socke

Integrated: 8300176: URLEncoder/URLDecoder static fields should be private static final

2023-01-27 Thread Darragh Clarke
On Fri, 20 Jan 2023 17:41:55 GMT, Darragh Clarke wrote: > Made the `static` fields `private static final`, updated the naming as well > to reflect this. > > This meant I updated `URLDecoder` to set the `DEFAULT_ENCODING_NAME` itself > since it had been previously getting it from `URLEncoder`.

Re: RFR: 8300176: URLEncoder/URLDecoder static fields should be private static final [v2]

2023-01-27 Thread Jaikiran Pai
On Wed, 25 Jan 2023 14:53:19 GMT, Darragh Clarke wrote: >> Made the `static` fields `private static final`, updated the naming as well >> to reflect this. >> >> This meant I updated `URLDecoder` to set the `DEFAULT_ENCODING_NAME` itself >> since it had been previously getting it from `URLEncod