Skip to content

Commit

Permalink
Update InitialHandler.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Outfluencer authored Aug 24, 2024
1 parent c39f0d2 commit ac46a6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ public void handle(CookieResponse cookieResponse)
}

// if there is no userCon we can't have a connection to a backend server that could have requested this cookie
// witch means that this cookie is invalid as the proxy also has not requested it
// which means that this cookie is invalid as the proxy also has not requested it
Preconditions.checkState( userCon != null, "not requested cookie received" );
}

Expand Down

0 comments on commit ac46a6f

Please sign in to comment.