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
  • Loading branch information
geoand committed Jul 1, 2022
1 parent a3d3400 commit a6c4511
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 a6c4511

Please sign in to comment.