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
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
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`.
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