Skip to content

Commit

Permalink
Implement #8057 103 Early Hint
Browse files Browse the repository at this point in the history
Fixed H2
Attempted fix H3
  • Loading branch information
gregw committed May 30, 2022
1 parent 52a6894 commit 29741a2
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -259,6 +259,7 @@ public void onSuccess(Response response)
if (exchange != null && response.getStatus() == HttpStatus.EARLY_HINT_103)
{
// All good, continue.
System.err.println("onSuccess\n" + response.getHeaders());
hints.add(response.getHeaders().get("Hint"));
exchange.resetResponse();
exchange.proceed(null);
Expand Down

0 comments on commit 29741a2

Please sign in to comment.