On 09/10/2019 17:49, Michael Osipov wrote:
> Just found another bug:
>>     private static boolean isConnectionClose(MimeHeaders headers) {
>>         MessageBytes connection = headers.getValue(Constants.CONNECTION);
>>         if (connection == null) {
>>             return false;
>>         }
>>         return connection.equals(Constants.CLOSE);
>>     }
> 
> 
> RFC 7230, section 6.1. says:
>> Connection options are case-insensitive.

-> bugzilla.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to