Skip to content

Commit

Permalink
Implement #8057 103 Early Hint
Browse files Browse the repository at this point in the history
fixed checkstyle
  • Loading branch information
gregw committed May 30, 2022
1 parent 29741a2 commit 12a0049
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -388,7 +388,7 @@ public Result generateResponse(MetaData.Response info, boolean head, ByteBuffer
if (status >= 100 && status < 200)
{
_noContentResponse = true;
switch(status)
switch (status)
{
case HttpStatus.SWITCHING_PROTOCOLS_101:
break;
Expand Down

0 comments on commit 12a0049

Please sign in to comment.