Skip to content

Commit

Permalink
Merged branch 'jetty-11.0.x' into 'jetty-12.0.x'.
Browse files Browse the repository at this point in the history
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
  • Loading branch information
sbordet committed Nov 28, 2023
2 parents 8c10ea8 + e82efe5 commit d1da726
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ public void failed(Throwable x)
@Override
public InvocationType getInvocationType()
{
synchronized (this)
try (AutoLock ignored = lock.lock())
{
return sendCallback != null ? sendCallback.getInvocationType() : Callback.super.getInvocationType();
}
Expand Down

0 comments on commit d1da726

Please sign in to comment.