Skip to content

Commit

Permalink
Use proper header name
Browse files Browse the repository at this point in the history
Follows up on quarkusio#26467 which seems to have introduced
flakyness

(cherry picked from commit a6c4511)
  • Loading branch information
geoand authored and gsmet committed Jan 13, 2023
1 parent 715a645 commit 7451f5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
import io.vertx.core.Context;
import io.vertx.core.Handler;
import io.vertx.core.buffer.Buffer;
import io.vertx.core.http.HttpHeaders;
import io.vertx.core.http.HttpServerRequest;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InterruptedIOException;
import java.io.OutputStream;
import javax.ws.rs.core.HttpHeaders;
import javax.ws.rs.core.MultivaluedMap;
import org.jboss.logging.Logger;
import org.jboss.resteasy.reactive.server.core.LazyResponse;
Expand Down

0 comments on commit 7451f5e

Please sign in to comment.