From d6770872a6ff06252790e7d8b2028ec3e96739f2 Mon Sep 17 00:00:00 2001 From: AJ Date: Fri, 31 May 2024 08:55:43 -0400 Subject: [PATCH] feat: replace port 8080 with 54321 also update any 808x ports --- .../message.exchange/client.rpt | 2 +- .../message.exchange/server.rpt | 2 +- .../application/data/non.empty/client.rpt | 2 +- .../application/data/non.empty/server.rpt | 2 +- .../advise/client.sent.challenge/client.rpt | 2 +- .../advise/client.sent.challenge/server.rpt | 2 +- ...ationIT_shouldEstablishServerStreamRpc.txt | 4 +-- ...pplicationIT_shouldReceiveNonEmptyData.txt | 4 +-- ...ionIT_shouldReceiveClientSentChallenge.txt | 4 +-- .../internal/codec/Http2HeadersFWTest.java | 2 +- .../KafkaGrpcWithConfigAdapterTest.java | 8 +++--- .../OpenapiOptionsConfigAdapterTest.java | 4 +-- .../tcp/internal/bench/TcpServerBM.java | 4 +-- .../config/TcpConditionConfigAdapterTest.java | 18 ++++++------- .../config/TcpOptionsConfigAdapterTest.java | 26 +++++++++---------- .../streams/ClientIOExceptionFromReadIT.java | 4 +-- .../streams/ClientIOExceptionFromWriteIT.java | 4 +-- .../tcp/internal/streams/ClientIT.java | 10 +++---- .../tcp/internal/streams/ClientLimitsIT.java | 2 +- .../streams/ClientPartialWriteIT.java | 2 +- .../streams/ClientPartialWriteLimitsIT.java | 2 +- .../streams/ClientResetAndAbortIT.java | 8 +++--- .../streams/ServerIOExceptionFromReadIT.java | 4 +-- .../streams/ServerIOExceptionFromWriteIT.java | 4 +-- .../tcp/internal/streams/ServerIT.java | 26 +++++++++---------- .../tcp/internal/streams/ServerLimitsIT.java | 2 +- .../streams/ServerPartialWriteIT.java | 2 +- .../streams/ServerPartialWriteLimitsIT.java | 4 +-- .../streams/ServerResetAndAbortIT.java | 8 +++--- .../binding/tcp/internal/util/IpUtilTest.java | 24 ++++++++--------- .../config/TlsConditionConfigAdapterTest.java | 18 ++++++------- .../internal/ApicurioCatalogFactoryTest.java | 2 +- .../catalog/apicurio/internal/ApicurioIT.java | 2 +- .../ApicurioOptionsConfigAdapterTest.java | 8 +++--- .../resolve.artifact.latest.version.rpt | 2 +- ...artifact.via.artifactid.version.failed.rpt | 2 +- ....artifact.via.artifactid.version.retry.rpt | 2 +- ...esolve.artifact.via.artifactid.version.rpt | 2 +- .../resolve.artifact.via.global.id.retry.rpt | 2 +- .../resolve.artifact.via.global.id.rpt | 2 +- .../internal/KarapaceCatalogFactoryTest.java | 2 +- .../catalog/karapace/internal/KarapaceIT.java | 2 +- .../KarapaceOptionsConfigAdapterTest.java | 8 +++--- .../karapace/internal/register.schema.rpt | 4 +-- .../resolve.schema.via.schema.id.failed.rpt | 2 +- .../resolve.schema.via.schema.id.on.retry.rpt | 2 +- .../internal/resolve.schema.via.schema.id.rpt | 2 +- ...olve.schema.via.subject.version.failed.rpt | 2 +- ...solve.schema.via.subject.version.retry.rpt | 2 +- .../resolve.schema.via.subject.version.rpt | 2 +- .../engine/internal/ReconfigureHttpIT.java | 10 +++---- .../grpc/internal/GrpcMetricGroupTest.java | 12 ++++----- .../asyncapi/config/client.http.secure.yaml | 2 +- .../binding/asyncapi/config/client.http.yaml | 2 +- .../asyncapi/config/server.http.secure.yaml | 4 +-- .../binding/asyncapi/config/server.http.yaml | 4 +-- .../config/server.multi.protocol.yaml | 2 +- .../asyncapi/http/create.pet/client.rpt | 2 +- .../asyncapi/http/create.pet/server.rpt | 2 +- .../streams/http/create.pet/client.rpt | 2 +- .../streams/http/create.pet/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../reject.request.body.unary.rpc/client.rpt | 2 +- .../reject.request.body.unary.rpc/server.rpt | 2 +- .../grpc/fetch/reliable.unary.rpc/client.rpt | 2 +- .../grpc/fetch/reliable.unary.rpc/server.rpt | 2 +- .../fetch/unreliable.unary.rpc/client.rpt | 2 +- .../fetch/unreliable.unary.rpc/server.rpt | 2 +- .../bidi.stream.rpc.write.abort/client.rpt | 2 +- .../bidi.stream.rpc.write.abort/server.rpt | 2 +- .../grpc/produce/bidi.stream.rpc/client.rpt | 2 +- .../grpc/produce/bidi.stream.rpc/server.rpt | 2 +- .../client.stream.rpc.write.abort/client.rpt | 2 +- .../client.stream.rpc.write.abort/server.rpt | 2 +- .../grpc/produce/client.stream.rpc/client.rpt | 2 +- .../grpc/produce/client.stream.rpc/server.rpt | 2 +- .../server.stream.rpc.read.aborted/client.rpt | 2 +- .../server.stream.rpc.read.aborted/server.rpt | 2 +- .../grpc/produce/server.stream.rpc/client.rpt | 2 +- .../grpc/produce/server.stream.rpc/server.rpt | 2 +- .../grpc/produce/unary.rpc.error/client.rpt | 2 +- .../grpc/produce/unary.rpc.error/server.rpt | 2 +- .../unary.rpc.message.value.100k/client.rpt | 2 +- .../unary.rpc.message.value.100k/server.rpt | 2 +- .../produce/unary.rpc.rejected/client.rpt | 2 +- .../produce/unary.rpc.rejected/server.rpt | 2 +- .../unary.rpc.sent.write.abort/client.rpt | 2 +- .../unary.rpc.sent.write.abort/server.rpt | 2 +- .../streams/grpc/produce/unary.rpc/client.rpt | 2 +- .../streams/grpc/produce/unary.rpc/server.rpt | 2 +- .../message.exchange/client.rpt | 2 +- .../message.exchange/server.rpt | 2 +- .../message.exchange/client.rpt | 2 +- .../message.exchange/server.rpt | 2 +- .../message.exchange/client.rpt | 2 +- .../message.exchange/server.rpt | 2 +- .../unary.rpc/binary.metadata/client.rpt | 2 +- .../unary.rpc/binary.metadata/server.rpt | 2 +- .../empty.message.exchange/client.rpt | 2 +- .../empty.message.exchange/server.rpt | 2 +- .../message.exchange.100k/client.rpt | 2 +- .../message.exchange.100k/server.rpt | 2 +- .../unary.rpc/message.exchange/client.rpt | 2 +- .../unary.rpc/message.exchange/server.rpt | 2 +- .../response.missing.grpc.status/client.rpt | 2 +- .../response.missing.grpc.status/server.rpt | 2 +- .../unary.rpc/response.timeout/client.rpt | 2 +- .../unary.rpc/response.timeout/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../message.exchange/client.rpt | 2 +- .../message.exchange/server.rpt | 2 +- .../message.exchange/client.rpt | 2 +- .../message.exchange/server.rpt | 2 +- .../rejected.rpc/method.not.post/client.rpt | 2 +- .../rejected.rpc/method.not.post/server.rpt | 2 +- .../missing.te.trailers/client.rpt | 2 +- .../missing.te.trailers/server.rpt | 2 +- .../rejected.rpc/unrecognized.rpc/client.rpt | 2 +- .../rejected.rpc/unrecognized.rpc/server.rpt | 2 +- .../unsupported.content.type/client.rpt | 2 +- .../unsupported.content.type/server.rpt | 2 +- .../message.exchange/client.rpt | 2 +- .../message.exchange/server.rpt | 2 +- .../unary.rpc/binary.metadata/client.rpt | 2 +- .../unary.rpc/binary.metadata/server.rpt | 2 +- .../empty.message.exchange/client.rpt | 2 +- .../empty.message.exchange/server.rpt | 2 +- .../network/unary.rpc/grpc.web/client.rpt | 2 +- .../network/unary.rpc/grpc.web/server.rpt | 2 +- .../message.exchange.100k/client.rpt | 2 +- .../message.exchange.100k/server.rpt | 2 +- .../unary.rpc/message.exchange/client.rpt | 2 +- .../unary.rpc/message.exchange/server.rpt | 2 +- .../response.missing.grpc.status/client.rpt | 2 +- .../response.missing.grpc.status/server.rpt | 2 +- .../unary.rpc/response.timeout/client.rpt | 2 +- .../unary.rpc/response.timeout/server.rpt | 2 +- .../response.with.grpc.error/client.rpt | 2 +- .../response.with.grpc.error/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../grpc/internal/GrpcFunctionsTest.java | 8 +++--- .../http/config/v1.1/client.override.yaml | 2 +- .../binding/http/config/v1.1/client.yaml | 2 +- .../http/config/v1.1/server.event.yaml | 4 +-- .../http/config/v1.1/server.model.yaml | 2 +- .../binding/http/config/v1.1/server.yaml | 2 +- .../http/config/v2/client.override.yaml | 2 +- .../specs/binding/http/config/v2/client.yaml | 2 +- .../binding/http/config/v2/server.event.yaml | 4 +-- .../binding/http/config/v2/server.model.yaml | 2 +- .../specs/binding/http/config/v2/server.yaml | 2 +- .../advisory/request.and.flush/client.rpt | 2 +- .../advisory/request.and.flush/server.rpt | 2 +- .../request.and.response/client.rpt | 2 +- .../request.and.response/server.rpt | 2 +- .../request.uri.with.percent.chars/client.rpt | 2 +- .../request.uri.with.percent.chars/server.rpt | 2 +- .../request.version.1.2+/client.rpt | 2 +- .../request.version.1.2+/server.rpt | 2 +- .../response.version.missing/client.rpt | 2 +- .../response.version.missing/server.rpt | 2 +- .../503.with.retry.after/client.rpt | 4 +-- .../503.with.retry.after/server.rpt | 6 ++--- .../client.rpt | 6 ++--- .../server.rpt | 6 ++--- .../concurrent.requests/client.rpt | 6 ++--- .../concurrent.requests/server.rpt | 6 ++--- .../client.rpt | 4 +-- .../server.rpt | 4 +-- .../client.rpt | 4 +-- .../server.rpt | 4 +-- .../client.rpt | 6 ++--- .../server.rpt | 6 ++--- .../multiple.requests.serialized/client.rpt | 6 ++--- .../multiple.requests.serialized/server.rpt | 6 ++--- .../client.rpt | 6 ++--- .../server.rpt | 6 ++--- .../backend.rpt | 2 +- .../client.rpt | 2 +- .../proxy.rpt | 4 +-- .../backend.rpt | 2 +- .../client.rpt | 2 +- .../proxy.rpt | 4 +-- .../client.rpt | 4 +-- .../server.rpt | 4 +-- .../request.and.503.response/client.rpt | 2 +- .../request.and.503.response/server.rpt | 2 +- .../request.and.abort/client.rpt | 4 +-- .../request.and.abort/server.rpt | 2 +- .../client.rpt | 4 +-- .../server.rpt | 4 +-- .../request.and.response.twice/client.rpt | 4 +-- .../request.and.response.twice/server.rpt | 4 +-- .../client.rpt | 4 +-- .../server.rpt | 4 +-- .../client.rpt | 4 +-- .../server.rpt | 4 +-- .../client.rpt | 4 +-- .../server.rpt | 4 +-- .../client.rpt | 2 +- .../server.rpt | 2 +- .../request.receive.reset/client.rpt | 4 +-- .../request.receive.reset/server.rpt | 4 +-- .../request.rejected/client.rpt | 2 +- .../request.response/client.rpt | 2 +- .../request.response/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../request.with.connection.close/client.rpt | 2 +- .../request.with.connection.close/server.rpt | 2 +- .../response.with.connection.close/client.rpt | 2 +- .../response.with.connection.close/server.rpt | 2 +- .../client.rpt | 4 +-- .../server.rpt | 4 +-- .../backend.rpt | 2 +- .../client.rpt | 2 +- .../proxy.rpt | 4 +-- .../client.rpt | 2 +- .../server.rpt | 2 +- .../upgrade.request.and.abort/client.rpt | 2 +- .../upgrade.request.and.abort/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../upgrade.request.and.response/client.rpt | 2 +- .../upgrade.request.and.response/server.rpt | 2 +- .../request.headers.too.long/client.rpt | 2 +- .../request.headers.too.long/server.rpt | 2 +- .../request.sent.100k.message/client.rpt | 2 +- .../request.sent.100k.message/server.rpt | 2 +- .../request.with.padding/client.rpt | 2 +- .../request.with.padding/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.no.response.rpt | 2 +- .../client.response.reset.rpt | 2 +- .../server.no.response.rpt | 2 +- .../server.response.reset.rpt | 2 +- .../response.headers.with.padding/client.rpt | 2 +- .../response.headers.with.padding/server.rpt | 2 +- .../response.sent.100k.message/client.rpt | 2 +- .../response.sent.100k.message/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../response.with.padding/client.rpt | 2 +- .../response.with.padding/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../head.request.and.response/client.rpt | 2 +- .../head.request.and.response/server.rpt | 2 +- .../client.rpt | 2 +- .../proxy.rpt | 6 ++--- .../server.rpt | 2 +- .../post.request.with.no.content/client.rpt | 2 +- .../post.request.with.no.content/server.rpt | 2 +- .../client.rpt | 2 +- .../proxy.rpt | 8 +++--- .../server.rpt | 2 +- .../client.rpt | 4 +-- .../server.rpt | 4 +-- .../client.rpt | 2 +- .../proxy.rpt | 4 +-- .../server.rpt | 2 +- .../request.with.content.length/client.rpt | 2 +- .../request.with.content.length/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../request.with.headers/client.rpt | 2 +- .../request.with.headers/server.rpt | 2 +- .../response.with.content.length/client.rpt | 2 +- .../response.with.content.length/server.rpt | 2 +- .../response.with.headers/client.rpt | 2 +- .../response.with.headers/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 4 +-- .../server.rpt | 4 +-- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../validation/invalid.request/client.rpt | 2 +- .../validation/invalid.request/server.rpt | 2 +- .../invalid.response.content/client.rpt | 2 +- .../invalid.response.content/server.rpt | 2 +- .../invalid.response.header/client.rpt | 2 +- .../invalid.response.header/server.rpt | 2 +- .../validation/valid.request/client.rpt | 10 +++---- .../validation/valid.request/server.rpt | 10 +++---- .../validation/valid.response/client.rpt | 2 +- .../validation/valid.response/server.rpt | 2 +- .../rfc7540/config/server.header/client.rpt | 2 +- .../rfc7540/config/server.header/server.rpt | 2 +- .../config/user.agent.header/client.rpt | 2 +- .../config/user.agent.header/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 4 +-- .../server.rpt | 4 +-- .../client.sent.write.close/client.rpt | 2 +- .../client.sent.write.close/server.rpt | 2 +- .../connection.has.two.streams/client.rpt | 4 +-- .../connection.has.two.streams/server.rpt | 4 +-- .../http.get.exchange/client.rpt | 2 +- .../http.get.exchange/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../http.post.exchange.streaming/client.rpt | 2 +- .../http.post.exchange.streaming/server.rpt | 2 +- .../http.post.exchange/client.rpt | 2 +- .../http.post.exchange/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../http.push.promise/client.rpt | 10 +++---- .../http.push.promise/server.rpt | 10 +++---- .../http.response.trailer/client.rpt | 2 +- .../http.response.trailer/server.rpt | 2 +- .../ignore.client.rst.stream/client.rpt | 4 +-- .../ignore.client.rst.stream/server.rpt | 4 +-- .../ignore.server.rst.stream/client.rpt | 4 +-- .../ignore.server.rst.stream/server.rpt | 4 +-- .../multiple.data.frames/client.rpt | 2 +- .../multiple.data.frames/server.rpt | 2 +- .../client.rpt | 14 +++++----- .../server.rpt | 14 +++++----- .../reset.client.stream/client.rpt | 2 +- .../reset.client.stream/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../server.sent.write.close/client.rpt | 2 +- .../server.sent.write.close/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../streams.on.same.connection/client.rpt | 4 +-- .../streams.on.same.connection/server.rpt | 4 +-- .../client.rst.stream.last.frame/client.rpt | 4 +-- .../client.rst.stream.last.frame/server.rpt | 4 +-- .../client.sent.100k.message/client.rpt | 2 +- .../client.sent.100k.message/server.rpt | 2 +- .../server.rst.stream.last.frame/client.rpt | 4 +-- .../server.rst.stream.last.frame/server.rpt | 4 +-- .../server.sent.100k.message/client.rpt | 2 +- .../server.sent.100k.message/server.rpt | 2 +- .../flow.control/stream.flow/client.rpt | 2 +- .../flow.control/stream.flow/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.max.frame.size/client.rpt | 2 +- .../client.max.frame.size/server.rpt | 2 +- .../connection.headers/client.rpt | 2 +- .../connection.headers/server.rpt | 2 +- .../continuation.frames/client.rpt | 2 +- .../continuation.frames/server.rpt | 2 +- .../dynamic.table.requests/client.rpt | 6 ++--- .../dynamic.table.requests/server.rpt | 6 ++--- .../max.frame.size.error/client.rpt | 2 +- .../max.frame.size.error/server.rpt | 2 +- .../max.zilla.data.frame.size/client.rpt | 2 +- .../max.zilla.data.frame.size/server.rpt | 2 +- .../priority.frame.size.error/client.rpt | 2 +- .../priority.frame.size.error/server.rpt | 2 +- .../request.and.503.response/client.rpt | 2 +- .../request.and.503.response/server.rpt | 2 +- .../rst.stream.frame.size.error/client.rpt | 2 +- .../rst.stream.frame.size.error/server.rpt | 2 +- .../server.continuation.frames/client.rpt | 2 +- .../server.continuation.frames/server.rpt | 2 +- .../server.max.frame.size/client.rpt | 2 +- .../server.max.frame.size/server.rpt | 2 +- .../message.format/stream.id.order/client.rpt | 18 ++++++------- .../message.format/stream.id.order/server.rpt | 18 ++++++------- .../window.frame.size.error/client.rpt | 2 +- .../window.frame.size.error/server.rpt | 2 +- .../settings/client.max.frame.size/client.rpt | 2 +- .../settings/client.max.frame.size/server.rpt | 2 +- .../rfc7540/starting/upgrade.http/client.rpt | 2 +- .../rfc7540/starting/upgrade.http/server.rpt | 2 +- .../client.rpt | 4 +-- .../server.rpt | 4 +-- .../validation/invalid.request/client.rpt | 2 +- .../validation/invalid.request/server.rpt | 2 +- .../invalid.response.content/client.rpt | 2 +- .../invalid.response.content/server.rpt | 2 +- .../invalid.response.header/client.rpt | 2 +- .../invalid.response.header/server.rpt | 2 +- .../validation/valid.request/client.rpt | 10 +++---- .../validation/valid.request/server.rpt | 10 +++---- .../validation/valid.response/client.rpt | 2 +- .../validation/valid.response/server.rpt | 2 +- .../advisory/request.and.flush/client.rpt | 2 +- .../advisory/request.and.flush/server.rpt | 2 +- .../request.and.response/client.rpt | 2 +- .../request.and.response/server.rpt | 2 +- .../request.uri.with.percent.chars/client.rpt | 2 +- .../request.uri.with.percent.chars/server.rpt | 2 +- .../request.version.1.2+/client.rpt | 2 +- .../request.version.1.2+/server.rpt | 2 +- .../request.version.invalid/client.rpt | 2 +- .../request.version.not.1.x/client.rpt | 2 +- .../response.version.missing/client.rpt | 2 +- .../response.version.missing/server.rpt | 2 +- .../503.with.retry.after/client.rpt | 4 +-- .../503.with.retry.after/server.rpt | 2 +- .../client.rpt | 6 ++--- .../server.rpt | 6 ++--- .../client.rpt | 8 +++--- .../server.rpt | 2 +- .../client.rpt | 4 +-- .../server.rpt | 4 +-- .../client.rpt | 12 ++++----- .../server.rpt | 8 +++--- .../multiple.requests.pipelined/client.rpt | 6 ++--- .../multiple.requests.pipelined/server.rpt | 6 ++--- .../client.rpt | 6 ++--- .../server.rpt | 6 ++--- .../partial.request.receive.reset/client.rpt | 2 +- .../partial.request.receive.reset/server.rpt | 2 +- .../client.rpt | 4 +-- .../server.rpt | 2 +- .../request.and.abort/client.rpt | 4 +-- .../request.and.abort/server.rpt | 4 +-- .../client.rpt | 2 +- .../server.rpt | 2 +- .../request.authority.mismatch/client.rpt | 2 +- .../request.authority.mismatch/server.rpt | 2 +- .../client.rpt | 4 +-- .../server.rpt | 4 +-- .../client.rpt | 4 +-- .../server.rpt | 4 +-- .../client.rpt | 4 +-- .../server.rpt | 4 +-- .../request.no.response.and.end/client.rpt | 4 +-- .../request.no.response.and.end/server.rpt | 4 +-- .../request.no.response.and.reset/client.rpt | 4 +-- .../request.no.response.and.reset/server.rpt | 4 +-- .../request.rejected/client.rpt | 2 +- .../request.rejected/server.rpt | 2 +- .../request.response.and.abort/client.rpt | 2 +- .../request.response.and.abort/server.rpt | 2 +- .../request.response.and.end/client.rpt | 4 +-- .../request.response.and.end/server.rpt | 4 +-- .../request.response.and.reset/client.rpt | 4 +-- .../request.response.and.reset/server.rpt | 4 +-- .../client.rpt | 4 +-- .../server.rpt | 4 +-- .../client.rpt | 4 +-- .../server.rpt | 4 +-- .../client.rpt | 4 +-- .../server.rpt | 4 +-- .../client.rpt | 2 +- .../server.rpt | 2 +- .../request.with.connection.close/client.rpt | 2 +- .../request.with.connection.close/server.rpt | 2 +- .../request.with.header.override/client.rpt | 2 +- .../request.with.header.override/server.rpt | 2 +- .../response.with.connection.close/client.rpt | 2 +- .../client.rpt | 4 +-- .../server.rpt | 4 +-- .../client.rpt | 4 +-- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../upgrade.request.and.abort/client.rpt | 2 +- .../upgrade.request.and.abort/server.rpt | 2 +- .../client.rpt | 4 +-- .../server.rpt | 2 +- .../upgrade.request.and.response/client.rpt | 4 +-- .../upgrade.request.and.response/server.rpt | 2 +- .../client.rpt | 6 ++--- .../server.rpt | 6 ++--- .../client.rpt | 4 +-- .../server.rpt | 4 +-- .../client.rpt | 2 +- .../server.rpt | 2 +- .../request.fragmented/client.rpt | 2 +- .../request.fragmented/server.rpt | 2 +- .../request.sent.100k.message/client.rpt | 2 +- .../request.sent.100k.message/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../request.with.padding/client.rpt | 2 +- .../request.with.padding/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../response.fragmented/client.rpt | 2 +- .../response.fragmented/server.rpt | 2 +- .../client.5xx.response.rpt | 2 +- .../client.response.reset.rpt | 2 +- .../server.5xx.response.rpt | 2 +- .../server.response.reset.rpt | 2 +- .../response.headers.with.padding/client.rpt | 2 +- .../response.headers.with.padding/server.rpt | 2 +- .../response.sent.100k.message/client.rpt | 2 +- .../response.sent.100k.message/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../response.with.padding/client.rpt | 2 +- .../response.with.padding/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../head.request.and.response/client.rpt | 2 +- .../head.request.and.response/server.rpt | 2 +- .../invalid.request.missing.target/client.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../proxy.rpt | 6 ++--- .../server.rpt | 2 +- .../post.request.with.no.content/client.rpt | 2 +- .../post.request.with.no.content/server.rpt | 2 +- .../client.rpt | 2 +- .../proxy.rpt | 8 +++--- .../server.rpt | 2 +- .../client.rpt | 4 +-- .../server.rpt | 4 +-- .../client.rpt | 2 +- .../proxy.rpt | 4 +-- .../server.rpt | 2 +- .../request.with.content.length/client.rpt | 2 +- .../request.with.content.length/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../request.with.headers/client.rpt | 2 +- .../request.with.headers/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 4 +-- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../response.with.content.length/client.rpt | 2 +- .../response.with.content.length/server.rpt | 2 +- .../response.with.headers/client.rpt | 2 +- .../response.with.headers/server.rpt | 2 +- .../client.rpt | 2 +- .../proxy.rpt | 6 ++--- .../server.rpt | 4 +-- .../client.rpt | 2 +- .../proxy.rpt | 8 +++--- .../server.rpt | 6 ++--- .../client.rpt | 2 +- .../server.rpt | 4 +-- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 6 ++--- .../server.rpt | 6 ++--- .../client.rpt | 6 ++--- .../server.rpt | 6 ++--- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 4 +-- .../proxy.rpt | 10 +++---- .../server.rpt | 6 ++--- .../client.rpt | 4 +-- .../proxy.rpt | 10 +++---- .../server.rpt | 6 ++--- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 4 +-- .../proxy.rpt | 6 ++--- .../server.rpt | 4 +-- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 4 +-- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../validation/invalid.request/client.rpt | 8 +++--- .../validation/invalid.request/server.rpt | 8 +++--- .../invalid.response.content/client.rpt | 2 +- .../invalid.response.content/server.rpt | 2 +- .../invalid.response.header/client.rpt | 2 +- .../invalid.response.header/server.rpt | 2 +- .../validation/valid.request/client.rpt | 10 +++---- .../validation/valid.request/server.rpt | 10 +++---- .../validation/valid.response/client.rpt | 2 +- .../validation/valid.response/server.rpt | 2 +- .../rfc7540/config/server.header/client.rpt | 2 +- .../rfc7540/config/server.header/server.rpt | 2 +- .../config/user.agent.header/client.rpt | 2 +- .../config/user.agent.header/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.sent.rst/client.rpt | 2 +- .../client.sent.rst/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 4 +-- .../server.rpt | 4 +-- .../client.sent.write.close/client.rpt | 2 +- .../client.sent.write.close/server.rpt | 2 +- .../connection.has.two.streams/client.rpt | 4 +-- .../connection.has.two.streams/server.rpt | 4 +-- .../client.rpt | 2 +- .../server.rpt | 2 +- .../http.get.exchange/client.rpt | 2 +- .../http.get.exchange/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../http.post.exchange.streaming/client.rpt | 2 +- .../http.post.exchange.streaming/server.rpt | 2 +- .../http.post.exchange/client.rpt | 2 +- .../http.post.exchange/server.rpt | 2 +- .../client.rpt | 4 +-- .../server.rpt | 4 +-- .../client.rpt | 4 +-- .../server.rpt | 4 +-- .../http.push.promise/client.rpt | 6 ++--- .../http.push.promise/server.rpt | 6 ++--- .../http.response.trailer/client.rpt | 2 +- .../http.response.trailer/server.rpt | 2 +- .../http.unknown.authority/client.rpt | 2 +- .../http.unknown.authority/server.rpt | 2 +- .../http.unknown.path/client.rpt | 2 +- .../http.unknown.path/server.rpt | 2 +- .../ignore.client.rst.stream/client.rpt | 4 +-- .../ignore.client.rst.stream/server.rpt | 4 +-- .../ignore.server.rst.stream/client.rpt | 4 +-- .../ignore.server.rst.stream/server.rpt | 4 +-- .../multiple.data.frames/client.rpt | 2 +- .../multiple.data.frames/server.rpt | 2 +- .../client.rpt | 10 +++---- .../server.rpt | 10 +++---- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../server.sent.write.close/client.rpt | 2 +- .../server.sent.write.close/server.rpt | 2 +- .../streams.on.same.connection/client.rpt | 4 +-- .../streams.on.same.connection/server.rpt | 4 +-- .../client.rst.stream.last.frame/client.rpt | 4 +-- .../client.rst.stream.last.frame/server.rpt | 4 +-- .../client.sent.100k.message/client.rpt | 2 +- .../client.sent.100k.message/server.rpt | 2 +- .../client.stream.flow/client.rpt | 2 +- .../client.stream.flow/server.rpt | 2 +- .../server.rst.stream.last.frame/client.rpt | 4 +-- .../server.rst.stream.last.frame/server.rpt | 4 +-- .../server.sent.100k.message/client.rpt | 2 +- .../server.sent.100k.message/server.rpt | 2 +- .../server.stream.flow/client.rpt | 2 +- .../server.stream.flow/server.rpt | 2 +- .../server.rpt | 2 +- .../client.invalid.hpack.index/client.rpt | 2 +- .../client.invalid.hpack.index/server.rpt | 2 +- .../client.max.frame.size.error/client.rpt | 2 +- .../client.max.frame.size.error/server.rpt | 2 +- .../client.max.frame.size/client.rpt | 2 +- .../client.max.frame.size/server.rpt | 2 +- .../client.ping.frame.size.error/client.rpt | 2 +- .../client.ping.frame.size.error/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.window.frame.size.error/client.rpt | 2 +- .../client.window.frame.size.error/server.rpt | 2 +- .../connection.headers/client.rpt | 2 +- .../connection.headers/server.rpt | 2 +- .../continuation.frames/client.rpt | 2 +- .../continuation.frames/server.rpt | 2 +- .../dynamic.table.requests/client.rpt | 6 ++--- .../dynamic.table.requests/server.rpt | 2 +- .../invalid.hpack.index/client.rpt | 2 +- .../invalid.hpack.index/server.rpt | 2 +- .../max.frame.size.error/client.rpt | 2 +- .../max.frame.size.error/server.rpt | 2 +- .../max.zilla.data.frame.size/client.rpt | 2 +- .../max.zilla.data.frame.size/server.rpt | 2 +- .../priority.frame.size.error/client.rpt | 2 +- .../priority.frame.size.error/server.rpt | 2 +- .../rst.stream.frame.size.error/client.rpt | 2 +- .../rst.stream.frame.size.error/server.rpt | 2 +- .../server.continuation.frames/client.rpt | 2 +- .../server.continuation.frames/server.rpt | 2 +- .../server.max.frame.size/client.rpt | 2 +- .../server.max.frame.size/server.rpt | 2 +- .../message.format/stream.id.order/client.rpt | 12 ++++----- .../message.format/stream.id.order/server.rpt | 12 ++++----- .../window.frame.size.error/client.rpt | 2 +- .../window.frame.size.error/server.rpt | 2 +- .../settings/client.max.frame.size/client.rpt | 2 +- .../settings/client.max.frame.size/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 4 +-- .../server.rpt | 4 +-- .../upgrade.h2c.with.no.settings/client.rpt | 2 +- .../upgrade.h2c.with.no.settings/server.rpt | 2 +- .../upgrade.h2c.with.no.tls/client.rpt | 2 +- .../upgrade.h2c.with.no.tls/server.rpt | 2 +- .../upgrade.pri.with.no.tls/client.rpt | 2 +- .../upgrade.pri.with.no.tls/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../validation/invalid.request/client.rpt | 8 +++--- .../validation/invalid.request/server.rpt | 8 +++--- .../invalid.response.content/client.rpt | 2 +- .../invalid.response.content/server.rpt | 2 +- .../invalid.response.header/client.rpt | 2 +- .../invalid.response.header/server.rpt | 2 +- .../validation/valid.request/client.rpt | 10 +++---- .../validation/valid.request/server.rpt | 10 +++---- .../validation/valid.response/client.rpt | 2 +- .../validation/valid.response/server.rpt | 2 +- .../kafka/grpc/config/remote.server.rpc.yaml | 2 +- .../streams/grpc/bidi.stream.rpc/client.rpt | 2 +- .../streams/grpc/bidi.stream.rpc/server.rpt | 2 +- .../grpc/client.sent.write.abort/client.rpt | 2 +- .../grpc/client.sent.write.abort/server.rpt | 2 +- .../streams/grpc/client.stream.rpc/client.rpt | 2 +- .../streams/grpc/client.stream.rpc/server.rpt | 2 +- .../retry.on.unavailable.server/client.rpt | 2 +- .../retry.on.unavailable.server/server.rpt | 2 +- .../streams/grpc/server.stream.rpc/client.rpt | 2 +- .../streams/grpc/server.stream.rpc/server.rpt | 2 +- .../unary.rpc.message.value.100k/client.rpt | 2 +- .../unary.rpc.message.value.100k/server.rpt | 2 +- .../grpc/streams/grpc/unary.rpc/client.rpt | 2 +- .../grpc/streams/grpc/unary.rpc/server.rpt | 2 +- .../openapi/asyncapi/config/proxy-async.yaml | 2 +- .../openapi/async.verify.customer/client.rpt | 4 +-- .../openapi/async.verify.customer/server.rpt | 4 +-- .../streams/openapi/create.pet/client.rpt | 2 +- .../streams/openapi/create.pet/server.rpt | 2 +- .../openapi/config/client.multiple.specs.yaml | 4 +-- .../specs/binding/openapi/config/client.yaml | 4 +-- .../binding/openapi/config/server-prod.yaml | 2 +- .../binding/openapi/config/server-secure.yaml | 2 +- .../openapi/config/server.multiple.specs.yaml | 4 +-- .../specs/binding/openapi/config/server.yaml | 2 +- .../http/create.pet.and.item/client.rpt | 4 +-- .../http/create.pet.and.item/server.rpt | 4 +-- .../streams/http/create.pet/client.rpt | 2 +- .../streams/http/create.pet/server.rpt | 2 +- .../reject.non.composite.origin/client.rpt | 2 +- .../openapi/create.pet.and.item/client.rpt | 4 +-- .../openapi/create.pet.and.item/server.rpt | 4 +-- .../streams/openapi/create.pet/client.rpt | 2 +- .../streams/openapi/create.pet/server.rpt | 2 +- .../streams/sse/client.sent.abort/client.rpt | 2 +- .../streams/sse/client.sent.abort/server.rpt | 2 +- .../sse/client.sent.message/client.rpt | 2 +- .../sse/client.sent.message/server.rpt | 2 +- .../streams/sse/client.sent.reset/client.rpt | 2 +- .../streams/sse/client.sent.reset/server.rpt | 2 +- .../handshake.reconnect.with.etag/client.rpt | 4 +-- .../handshake.reconnect.with.etag/server.rpt | 4 +-- .../client.rpt | 4 +-- .../server.rpt | 4 +-- .../sse/handshake.reconnect/client.rpt | 4 +-- .../sse/handshake.reconnect/server.rpt | 4 +-- .../streams/sse/handshake.rejected/client.rpt | 2 +- .../handshake.with.filters.dynamic/client.rpt | 2 +- .../handshake.with.filters.dynamic/server.rpt | 2 +- .../kafka/streams/sse/handshake/client.rpt | 2 +- .../kafka/streams/sse/handshake/server.rpt | 2 +- .../sse/server.sent.100k.message/client.rpt | 2 +- .../sse/server.sent.100k.message/server.rpt | 2 +- .../streams/sse/server.sent.abort/client.rpt | 2 +- .../streams/sse/server.sent.abort/server.rpt | 2 +- .../streams/sse/server.sent.flush/client.rpt | 2 +- .../streams/sse/server.sent.flush/server.rpt | 2 +- .../server.sent.messages.with.etag/client.rpt | 2 +- .../server.sent.messages.with.etag/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../sse/server.sent.messages/client.rpt | 2 +- .../sse/server.sent.messages/server.rpt | 2 +- .../streams/sse/server.sent.null/client.rpt | 2 +- .../streams/sse/server.sent.null/server.rpt | 2 +- .../streams/sse/server.sent.reset/client.rpt | 2 +- .../streams/sse/server.sent.reset/server.rpt | 2 +- .../application/advise/flush/client.rpt | 2 +- .../application/advise/flush/server.rpt | 2 +- .../streams/application/bom/empty/client.rpt | 2 +- .../streams/application/bom/empty/server.rpt | 2 +- .../application/bom/non.empty/client.rpt | 2 +- .../application/bom/non.empty/server.rpt | 2 +- .../challenge/respond.to.challenge/client.rpt | 2 +- .../challenge/respond.to.challenge/server.rpt | 2 +- .../streams/application/data/empty/client.rpt | 2 +- .../streams/application/data/empty/server.rpt | 2 +- .../data/fragmented.100k/client.rpt | 2 +- .../data/fragmented.100k/server.rpt | 2 +- .../data/fragmented.10k/client.rpt | 2 +- .../data/fragmented.10k/server.rpt | 2 +- .../data/initial.whitespace/client.rpt | 2 +- .../data/initial.whitespace/server.rpt | 2 +- .../application/data/invalid.utf8/client.rpt | 2 +- .../application/data/invalid.utf8/server.rpt | 2 +- .../application/data/multi.line/client.rpt | 2 +- .../application/data/multi.line/server.rpt | 2 +- .../application/data/multiple/client.rpt | 2 +- .../application/data/multiple/server.rpt | 2 +- .../application/data/name.only/client.rpt | 2 +- .../application/data/name.only/server.rpt | 2 +- .../application/data/non.empty/client.rpt | 2 +- .../application/data/non.empty/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../carriage.return.line.feed/client.rpt | 2 +- .../carriage.return.line.feed/server.rpt | 2 +- .../end.of.line/carriage.return/client.rpt | 2 +- .../end.of.line/carriage.return/server.rpt | 2 +- .../end.of.line/line.feed/client.rpt | 2 +- .../end.of.line/line.feed/server.rpt | 2 +- .../application/error/client.abort/client.rpt | 2 +- .../application/error/client.abort/server.rpt | 2 +- .../application/error/client.reset/client.rpt | 2 +- .../application/error/client.reset/server.rpt | 2 +- .../application/error/server.abort/client.rpt | 2 +- .../application/error/server.abort/server.rpt | 2 +- .../application/error/server.reset/client.rpt | 2 +- .../connection.closed.deferred/client.rpt | 2 +- .../connection.closed.deferred/server.rpt | 2 +- .../handshake/connection.closed/client.rpt | 2 +- .../handshake/connection.closed/server.rpt | 2 +- .../handshake/connection.failed/client.rpt | 2 +- .../handshake/connection.failed/server.rpt | 2 +- .../handshake/connection.succeeded/client.rpt | 2 +- .../handshake/connection.succeeded/server.rpt | 2 +- .../handshake/last.event.id.empty/client.rpt | 2 +- .../handshake/last.event.id.empty/server.rpt | 2 +- .../handshake/last.event.id/client.rpt | 2 +- .../handshake/last.event.id/server.rpt | 2 +- .../streams/application/id/empty/client.rpt | 2 +- .../streams/application/id/empty/server.rpt | 2 +- .../id/initial.whitespace/client.rpt | 2 +- .../id/initial.whitespace/server.rpt | 2 +- .../application/id/invalid.utf8/client.rpt | 2 +- .../application/id/invalid.utf8/server.rpt | 2 +- .../application/id/non.empty/client.rpt | 2 +- .../application/id/non.empty/server.rpt | 2 +- .../initial.last.event.id/client.rpt | 4 +-- .../initial.last.event.id/server.rpt | 4 +-- .../last.event.id.data.null/client.rpt | 4 +-- .../last.event.id.data.null/server.rpt | 4 +-- .../reconnect/last.event.id.data/client.rpt | 4 +-- .../reconnect/last.event.id.data/server.rpt | 4 +-- .../last.event.id.end.fragmented/client.rpt | 4 +-- .../last.event.id.end.fragmented/server.rpt | 4 +-- .../reconnect/last.event.id.end/client.rpt | 4 +-- .../reconnect/last.event.id.end/server.rpt | 4 +-- .../streams/application/type/empty/client.rpt | 2 +- .../streams/application/type/empty/server.rpt | 2 +- .../application/type/fragmented/client.rpt | 2 +- .../application/type/fragmented/server.rpt | 2 +- .../type/initial.whitespace/client.rpt | 2 +- .../type/initial.whitespace/server.rpt | 2 +- .../application/type/invalid.utf8/client.rpt | 2 +- .../application/type/invalid.utf8/server.rpt | 2 +- .../application/type/name.only/client.rpt | 2 +- .../application/type/name.only/server.rpt | 2 +- .../type/non.empty.interleaved/client.rpt | 2 +- .../type/non.empty.interleaved/server.rpt | 2 +- .../type/non.empty.trailing/client.rpt | 2 +- .../type/non.empty.trailing/server.rpt | 2 +- .../application/type/non.empty/client.rpt | 2 +- .../application/type/non.empty/server.rpt | 2 +- .../streams/network/advise/flush/request.rpt | 2 +- .../streams/network/advise/flush/response.rpt | 2 +- .../sse/streams/network/bom/empty/request.rpt | 2 +- .../streams/network/bom/empty/response.rpt | 2 +- .../streams/network/bom/non.empty/request.rpt | 2 +- .../network/bom/non.empty/response.rpt | 2 +- .../respond.to.challenge/request.rpt | 2 +- .../respond.to.challenge/response.rpt | 2 +- .../streams/network/comment/empty/request.rpt | 2 +- .../network/comment/empty/response.rpt | 2 +- .../network/comment/multi.line/request.rpt | 2 +- .../network/comment/multi.line/response.rpt | 2 +- .../network/comment/non.empty/request.rpt | 2 +- .../network/comment/non.empty/response.rpt | 2 +- .../streams/network/custom/empty/request.rpt | 2 +- .../streams/network/custom/empty/response.rpt | 2 +- .../custom/initial.whitespace/request.rpt | 2 +- .../custom/initial.whitespace/response.rpt | 2 +- .../network/custom/invalid.utf8/request.rpt | 2 +- .../network/custom/invalid.utf8/response.rpt | 2 +- .../network/custom/name.only/request.rpt | 2 +- .../network/custom/name.only/response.rpt | 2 +- .../network/custom/non.empty/request.rpt | 2 +- .../network/custom/non.empty/response.rpt | 2 +- .../streams/network/data/empty/request.rpt | 2 +- .../streams/network/data/empty/response.rpt | 2 +- .../network/data/fragmented.100k/request.rpt | 2 +- .../network/data/fragmented.100k/response.rpt | 2 +- .../network/data/fragmented.10k/request.rpt | 2 +- .../network/data/fragmented.10k/response.rpt | 2 +- .../data/initial.whitespace/request.rpt | 2 +- .../data/initial.whitespace/response.rpt | 2 +- .../network/data/invalid.utf8/request.rpt | 2 +- .../network/data/invalid.utf8/response.rpt | 2 +- .../network/data/multi.line/request.rpt | 2 +- .../network/data/multi.line/response.rpt | 2 +- .../streams/network/data/multiple/request.rpt | 2 +- .../network/data/multiple/response.rpt | 2 +- .../network/data/name.only/request.rpt | 2 +- .../network/data/name.only/response.rpt | 2 +- .../network/data/non.empty/request.rpt | 2 +- .../network/data/non.empty/response.rpt | 2 +- .../request.rpt | 2 +- .../response.rpt | 2 +- .../carriage.return.line.feed/request.rpt | 2 +- .../carriage.return.line.feed/response.rpt | 2 +- .../end.of.line/carriage.return/request.rpt | 2 +- .../end.of.line/carriage.return/response.rpt | 2 +- .../network/end.of.line/line.feed/request.rpt | 2 +- .../end.of.line/line.feed/response.rpt | 2 +- .../network/error/client.abort/request.rpt | 2 +- .../network/error/client.abort/response.rpt | 2 +- .../network/error/client.reset/request.rpt | 2 +- .../network/error/client.reset/response.rpt | 2 +- .../network/error/server.abort/request.rpt | 2 +- .../network/error/server.abort/response.rpt | 2 +- .../network/error/server.reset/request.rpt | 2 +- .../connection.closed.deferred/request.rpt | 2 +- .../connection.closed.deferred/response.rpt | 2 +- .../handshake/connection.closed/request.rpt | 2 +- .../handshake/connection.closed/response.rpt | 2 +- .../request.rpt | 2 +- .../response.rpt | 2 +- .../connection.succeeded/request.rpt | 2 +- .../connection.succeeded/response.rpt | 2 +- .../handshake/initial.comment/request.rpt | 2 +- .../handshake/initial.comment/response.rpt | 2 +- .../request.rpt | 2 +- .../response.rpt | 2 +- .../request.rpt | 2 +- .../response.rpt | 2 +- .../request.rpt | 2 +- .../response.rpt | 2 +- .../request.header.last.event.id/request.rpt | 2 +- .../request.header.last.event.id/response.rpt | 2 +- .../request.method.unsupported/request.rpt | 2 +- .../request.method.unsupported/response.rpt | 2 +- .../request.rpt | 2 +- .../response.rpt | 2 +- .../request.rpt | 2 +- .../response.rpt | 2 +- .../request.rpt | 2 +- .../response.rpt | 2 +- .../request.rpt | 2 +- .../response.rpt | 2 +- .../request.rpt | 2 +- .../response.rpt | 2 +- .../request.rpt | 2 +- .../response.rpt | 2 +- .../sse/streams/network/id/empty/request.rpt | 2 +- .../sse/streams/network/id/empty/response.rpt | 2 +- .../network/id/initial.whitespace/request.rpt | 2 +- .../id/initial.whitespace/response.rpt | 2 +- .../network/id/invalid.utf8/request.rpt | 2 +- .../network/id/invalid.utf8/response.rpt | 2 +- .../streams/network/id/name.only/request.rpt | 2 +- .../streams/network/id/name.only/response.rpt | 2 +- .../streams/network/id/non.empty/request.rpt | 2 +- .../streams/network/id/non.empty/response.rpt | 2 +- .../request.rpt | 2 +- .../response.rpt | 2 +- .../request.rpt | 2 +- .../response.rpt | 2 +- .../request.rpt | 4 +-- .../response.rpt | 4 +-- .../request.rpt | 4 +-- .../response.rpt | 4 +-- .../request.rpt | 4 +-- .../response.rpt | 4 +-- .../request.rpt | 4 +-- .../response.rpt | 4 +-- .../request.header.last.event.id/request.rpt | 4 +-- .../request.header.last.event.id/response.rpt | 4 +-- .../response.status.code.200/request.rpt | 4 +-- .../response.status.code.200/response.rpt | 4 +-- .../response.status.code.500/request.rpt | 4 +-- .../response.status.code.500/response.rpt | 4 +-- .../retry/initial.whitespace/request.rpt | 2 +- .../retry/initial.whitespace/response.rpt | 2 +- .../network/retry/invalid.utf8/request.rpt | 2 +- .../network/retry/invalid.utf8/response.rpt | 2 +- .../network/retry/name.only/request.rpt | 2 +- .../network/retry/name.only/response.rpt | 2 +- .../network/retry/non.numeric/request.rpt | 2 +- .../network/retry/non.numeric/response.rpt | 2 +- .../streams/network/retry/numeric/request.rpt | 2 +- .../network/retry/numeric/response.rpt | 2 +- .../network/timestamp/empty/request.rpt | 2 +- .../network/timestamp/empty/response.rpt | 2 +- .../timestamp/fragmented.10k/request.rpt | 2 +- .../timestamp/fragmented.10k/response.rpt | 2 +- .../timestamp/non.empty.with.type/request.rpt | 2 +- .../non.empty.with.type/response.rpt | 2 +- .../network/timestamp/non.empty/request.rpt | 2 +- .../network/timestamp/non.empty/response.rpt | 2 +- .../streams/network/type/empty/request.rpt | 2 +- .../streams/network/type/empty/response.rpt | 2 +- .../network/type/fragmented/request.rpt | 2 +- .../network/type/fragmented/response.rpt | 2 +- .../type/initial.whitespace/request.rpt | 2 +- .../type/initial.whitespace/response.rpt | 2 +- .../network/type/invalid.utf8/request.rpt | 2 +- .../network/type/invalid.utf8/response.rpt | 2 +- .../network/type/name.only/request.rpt | 2 +- .../network/type/name.only/response.rpt | 2 +- .../type/non.empty.interleaved/request.rpt | 2 +- .../type/non.empty.interleaved/response.rpt | 2 +- .../type/non.empty.trailing/request.rpt | 2 +- .../type/non.empty.trailing/response.rpt | 2 +- .../network/type/non.empty/request.rpt | 2 +- .../network/type/non.empty/response.rpt | 2 +- .../sse/internal/SseFunctionsTest.java | 2 +- .../binding/tcp/config/client.authority.yaml | 2 +- .../binding/tcp/config/client.event.yaml | 2 +- .../config/client.host.and.subnet.ipv6.yaml | 2 +- .../tcp/config/client.host.and.subnet.yaml | 2 +- .../specs/binding/tcp/config/client.host.yaml | 2 +- .../specs/binding/tcp/config/client.ip.yaml | 2 +- .../specs/binding/tcp/config/client.ipv6.yaml | 2 +- .../binding/tcp/config/client.ports.yaml | 10 +++---- .../tcp/config/client.subnet.ipv6.yaml | 2 +- .../binding/tcp/config/client.subnet.yaml | 2 +- .../specs/binding/tcp/config/client.yaml | 2 +- .../specs/binding/tcp/config/server.ipv6.yaml | 2 +- .../binding/tcp/config/server.ports.yaml | 10 +++---- .../specs/binding/tcp/config/server.yaml | 2 +- .../connection.established.ipv6/client.rpt | 2 +- .../connection.established.ipv6/server.rpt | 2 +- .../rfc793/connection.established/client.rpt | 2 +- .../rfc793/connection.established/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../network/rfc793/client.close/client.rpt | 2 +- .../network/rfc793/client.close/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 4 +-- .../server.rpt | 2 +- .../rfc793/client.sent.data/client.rpt | 2 +- .../rfc793/client.sent.data/server.rpt | 2 +- .../rfc793/concurrent.connections/client.rpt | 6 ++--- .../rfc793/concurrent.connections/server.rpt | 2 +- .../rfc793/connection.established/client.rpt | 2 +- .../rfc793/connection.established/server.rpt | 2 +- .../network/rfc793/server.close/client.rpt | 2 +- .../network/rfc793/server.close/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 4 +-- .../server.rpt | 2 +- .../rfc793/server.sent.data/client.rpt | 2 +- .../rfc793/server.sent.data/server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../client.rpt | 2 +- .../server.rpt | 2 +- .../server.close.port.not.routed/client.rpt | 2 +- .../server.close.port.not.routed/server.rpt | 2 +- .../binding/tls/config/client.ports.yaml | 4 +-- .../specs/binding/tls/config/proxy.ports.yaml | 4 +-- .../binding/tls/config/server.ports.yaml | 4 +-- .../client.rpt | 2 +- .../server.rpt | 2 +- .../network/server.port.not.routed/client.rpt | 2 +- .../client/reject.port.not.routed/client.rpt | 2 +- .../specs/binding/ws/config/client.when.yaml | 2 +- .../specs/binding/ws/config/server.when.yaml | 2 +- .../advise/client.sent.challenge/client.rpt | 2 +- .../advise/client.sent.challenge/server.rpt | 2 +- .../advise/client.sent.flush/client.rpt | 2 +- .../advise/client.sent.flush/server.rpt | 2 +- .../advise/server.sent.challenge/client.rpt | 2 +- .../advise/server.sent.challenge/server.rpt | 2 +- .../advise/server.sent.flush/client.rpt | 2 +- .../advise/server.sent.flush/server.rpt | 2 +- .../echo.payload.with.padding/client.rpt | 2 +- .../echo.payload.with.padding/server.rpt | 2 +- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 2 +- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 2 +- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 2 +- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 2 +- .../handshake.request.rpt | 2 +- .../handshake.response.rpt | 2 +- .../advise/client.sent.challenge/client.rpt | 2 +- .../advise/client.sent.challenge/server.rpt | 2 +- .../advise/client.sent.flush/client.rpt | 2 +- .../advise/client.sent.flush/server.rpt | 2 +- .../advise/server.sent.challenge/client.rpt | 2 +- .../advise/server.sent.challenge/server.rpt | 2 +- .../advise/server.sent.flush/client.rpt | 2 +- .../advise/server.sent.flush/server.rpt | 2 +- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 2 +- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 2 +- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 2 +- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 2 +- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 2 +- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 2 +- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 2 +- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 4 +-- .../handshake.response.and.frame.rpt | 2 +- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 2 +- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../echo.payload.with.padding/client.rpt | 4 +-- .../echo.payload.with.padding/server.rpt | 4 +-- .../handshake.request.and.frames.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frames.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frames.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frames.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frames.rpt | 4 +-- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frames.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frames.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frames.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frames.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frames.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frames.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frames.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frames.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frames.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frames.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frames.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frames.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frames.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frames.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frames.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frames.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frames.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frames.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frames.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frames.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frames.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frames.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frames.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frames.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frames.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frames.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frames.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frames.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frames.rpt | 4 +-- .../handshake.request.and.frame.rpt | 4 +-- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 4 +-- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 4 +-- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 4 +-- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.request.and.frame.rpt | 2 +- .../handshake.response.and.frame.rpt | 4 +-- .../handshake.requests.rpt | 4 +-- .../handshake.responses.rpt | 6 ++--- .../handshake.request.rpt | 2 +- .../handshake.response.rpt | 2 +- .../handshake.request.rpt | 2 +- .../handshake.response.rpt | 2 +- .../handshake.request.rpt | 4 +-- .../handshake.response.rpt | 8 +++--- .../handshake.request.rpt | 2 +- .../handshake.response.rpt | 2 +- .../handshake.request.rpt | 4 +-- .../handshake.response.rpt | 6 ++--- .../handshake.request.rpt | 2 +- .../handshake.response.rpt | 4 +-- .../handshake.request.rpt | 2 +- .../handshake.response.rpt | 2 +- .../handshake.request.rpt | 4 +-- .../handshake.response.rpt | 2 +- .../handshake.request.rpt | 4 +-- .../handshake.response.rpt | 4 +-- .../handshake.request.rpt | 4 +-- .../handshake.response.rpt | 4 +-- .../handshake.request.rpt | 4 +-- .../handshake.response.rpt | 4 +-- .../handshake.request.rpt | 2 +- .../handshake.response.rpt | 2 +- .../handshake.request.rpt | 4 +-- .../handshake.response.rpt | 2 +- .../handshake.request.rpt | 2 +- .../handshake.response.rpt | 4 +-- .../handshake.request.rpt | 4 +-- .../handshake.response.rpt | 2 +- .../handshake.request.rpt | 4 +-- .../handshake.response.rpt | 2 +- .../handshake.request.rpt | 4 +-- .../handshake.response.rpt | 4 +-- .../handshake.request.rpt | 4 +-- .../handshake.response.rpt | 4 +-- .../handshake.request.rpt | 4 +-- .../handshake.response.rpt | 4 +-- .../handshake.request.rpt | 4 +-- .../handshake.response.rpt | 4 +-- .../handshake.request.rpt | 4 +-- .../handshake.response.rpt | 4 +-- .../handshake.request.rpt | 4 +-- .../handshake.response.rpt | 4 +-- .../handshake.request.rpt | 4 +-- .../handshake.response.rpt | 4 +-- .../handshake.request.rpt | 4 +-- .../handshake.response.rpt | 4 +-- .../handshake.request.rpt | 4 +-- .../handshake.response.rpt | 4 +-- .../handshake.request.rpt | 4 +-- .../handshake.response.rpt | 4 +-- .../handshake.request.rpt | 2 +- .../handshake.response.rpt | 4 +-- .../binding/ws/internal/WsFunctionsTest.java | 4 +-- .../catalog/apicurio/config/catalog.yaml | 2 +- .../artifact/global/id/cache/zilla.yaml | 2 +- .../artifact/global/id/retry/zilla.yaml | 2 +- .../resolve/artifact/global/id/zilla.yaml | 2 +- .../id/subject/version/cache/zilla.yaml | 2 +- .../id/subject/version/failed/zilla.yaml | 2 +- .../id/subject/version/latest/zilla.yaml | 2 +- .../id/subject/version/retry/zilla.yaml | 2 +- .../artifact/id/subject/version/zilla.yaml | 2 +- .../catalog/karapace/config/catalog.yaml | 2 +- .../config/resolve/schema/id/cache/zilla.yaml | 2 +- .../config/resolve/schema/id/retry/zilla.yaml | 2 +- .../config/resolve/schema/id/zilla.yaml | 2 +- .../resolve/subject/version/cache/zilla.yaml | 2 +- .../resolve/subject/version/retry/zilla.yaml | 2 +- .../config/resolve/subject/version/zilla.yaml | 2 +- .../config/unretrievable/schema/id/zilla.yaml | 2 +- .../schema/subject/version/zilla.yaml | 2 +- .../reconfigure.create.via.http/client.rpt | 4 +-- .../reconfigure.create.via.http/server.rpt | 2 +- .../reconfigure.delete.via.http/client.rpt | 4 +-- .../reconfigure.delete.via.http/server.rpt | 2 +- .../client.rpt | 4 +-- .../server.rpt | 2 +- .../reconfigure.modify.via.http/client.rpt | 4 +-- .../reconfigure.modify.via.http/server.rpt | 2 +- .../client.rpt | 4 +-- .../server.rpt | 2 +- 1686 files changed, 2374 insertions(+), 2374 deletions(-) diff --git a/incubator/command-dump/src/main/scripts/io/aklivity/zilla/runtime/command/dump/binding/grpc/streams/application/server.stream.rpc/message.exchange/client.rpt b/incubator/command-dump/src/main/scripts/io/aklivity/zilla/runtime/command/dump/binding/grpc/streams/application/server.stream.rpc/message.exchange/client.rpt index 7008ee8778..0fdf5d77c6 100644 --- a/incubator/command-dump/src/main/scripts/io/aklivity/zilla/runtime/command/dump/binding/grpc/streams/application/server.stream.rpc/message.exchange/client.rpt +++ b/incubator/command-dump/src/main/scripts/io/aklivity/zilla/runtime/command/dump/binding/grpc/streams/application/server.stream.rpc/message.exchange/client.rpt @@ -22,7 +22,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoServerStream") .metadata("custom", "test") diff --git a/incubator/command-dump/src/main/scripts/io/aklivity/zilla/runtime/command/dump/binding/grpc/streams/application/server.stream.rpc/message.exchange/server.rpt b/incubator/command-dump/src/main/scripts/io/aklivity/zilla/runtime/command/dump/binding/grpc/streams/application/server.stream.rpc/message.exchange/server.rpt index 402998f511..81d4000de2 100644 --- a/incubator/command-dump/src/main/scripts/io/aklivity/zilla/runtime/command/dump/binding/grpc/streams/application/server.stream.rpc/message.exchange/server.rpt +++ b/incubator/command-dump/src/main/scripts/io/aklivity/zilla/runtime/command/dump/binding/grpc/streams/application/server.stream.rpc/message.exchange/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoServerStream") .metadata("custom", "test") diff --git a/incubator/command-dump/src/main/scripts/io/aklivity/zilla/runtime/command/dump/binding/sse/streams/application/data/non.empty/client.rpt b/incubator/command-dump/src/main/scripts/io/aklivity/zilla/runtime/command/dump/binding/sse/streams/application/data/non.empty/client.rpt index ad6f665713..73caec6045 100644 --- a/incubator/command-dump/src/main/scripts/io/aklivity/zilla/runtime/command/dump/binding/sse/streams/application/data/non.empty/client.rpt +++ b/incubator/command-dump/src/main/scripts/io/aklivity/zilla/runtime/command/dump/binding/sse/streams/application/data/non.empty/client.rpt @@ -22,7 +22,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/incubator/command-dump/src/main/scripts/io/aklivity/zilla/runtime/command/dump/binding/sse/streams/application/data/non.empty/server.rpt b/incubator/command-dump/src/main/scripts/io/aklivity/zilla/runtime/command/dump/binding/sse/streams/application/data/non.empty/server.rpt index ca1a138d50..35c787f488 100644 --- a/incubator/command-dump/src/main/scripts/io/aklivity/zilla/runtime/command/dump/binding/sse/streams/application/data/non.empty/server.rpt +++ b/incubator/command-dump/src/main/scripts/io/aklivity/zilla/runtime/command/dump/binding/sse/streams/application/data/non.empty/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/incubator/command-dump/src/main/scripts/io/aklivity/zilla/runtime/command/dump/binding/ws/streams/application/advise/client.sent.challenge/client.rpt b/incubator/command-dump/src/main/scripts/io/aklivity/zilla/runtime/command/dump/binding/ws/streams/application/advise/client.sent.challenge/client.rpt index 59b5572383..a9c4302d0c 100644 --- a/incubator/command-dump/src/main/scripts/io/aklivity/zilla/runtime/command/dump/binding/ws/streams/application/advise/client.sent.challenge/client.rpt +++ b/incubator/command-dump/src/main/scripts/io/aklivity/zilla/runtime/command/dump/binding/ws/streams/application/advise/client.sent.challenge/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${ws:beginEx() .typeId(zilla:id("ws")) .protocol(null) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/echo") .build()} diff --git a/incubator/command-dump/src/main/scripts/io/aklivity/zilla/runtime/command/dump/binding/ws/streams/application/advise/client.sent.challenge/server.rpt b/incubator/command-dump/src/main/scripts/io/aklivity/zilla/runtime/command/dump/binding/ws/streams/application/advise/client.sent.challenge/server.rpt index b988e625e7..04979c1e0b 100644 --- a/incubator/command-dump/src/main/scripts/io/aklivity/zilla/runtime/command/dump/binding/ws/streams/application/advise/client.sent.challenge/server.rpt +++ b/incubator/command-dump/src/main/scripts/io/aklivity/zilla/runtime/command/dump/binding/ws/streams/application/advise/client.sent.challenge/server.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${ws:beginEx() .typeId(zilla:id("ws")) .protocol(null) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/echo") .build()} diff --git a/incubator/command-dump/src/test/resources/io/aklivity/zilla/runtime/command/dump/internal/GrpcServerStreamRpcApplicationIT_shouldEstablishServerStreamRpc.txt b/incubator/command-dump/src/test/resources/io/aklivity/zilla/runtime/command/dump/internal/GrpcServerStreamRpcApplicationIT_shouldEstablishServerStreamRpc.txt index 44fbb4f316..0f22ea9a7c 100644 --- a/incubator/command-dump/src/test/resources/io/aklivity/zilla/runtime/command/dump/internal/GrpcServerStreamRpcApplicationIT_shouldEstablishServerStreamRpc.txt +++ b/incubator/command-dump/src/test/resources/io/aklivity/zilla/runtime/command/dump/internal/GrpcServerStreamRpcApplicationIT_shouldEstablishServerStreamRpc.txt @@ -32,9 +32,9 @@ Zilla Frame Scheme: http Length: 4 Scheme: http - Authority: localhost:8080 + Authority: localhost:54321 Length: 14 - Authority: localhost:8080 + Authority: localhost:54321 Service: example.EchoService Length: 19 Service: example.EchoService diff --git a/incubator/command-dump/src/test/resources/io/aklivity/zilla/runtime/command/dump/internal/SseDataApplicationIT_shouldReceiveNonEmptyData.txt b/incubator/command-dump/src/test/resources/io/aklivity/zilla/runtime/command/dump/internal/SseDataApplicationIT_shouldReceiveNonEmptyData.txt index 28fc62e605..b48fb2be30 100644 --- a/incubator/command-dump/src/test/resources/io/aklivity/zilla/runtime/command/dump/internal/SseDataApplicationIT_shouldReceiveNonEmptyData.txt +++ b/incubator/command-dump/src/test/resources/io/aklivity/zilla/runtime/command/dump/internal/SseDataApplicationIT_shouldReceiveNonEmptyData.txt @@ -32,9 +32,9 @@ Zilla Frame Scheme: http Length: 4 Scheme: http - Authority: localhost:8080 + Authority: localhost:54321 Length: 14 - Authority: localhost:8080 + Authority: localhost:54321 Path: /events/a8b7c6d5 Length: 16 Path: /events/a8b7c6d5 diff --git a/incubator/command-dump/src/test/resources/io/aklivity/zilla/runtime/command/dump/internal/WsAdvisoryApplicationIT_shouldReceiveClientSentChallenge.txt b/incubator/command-dump/src/test/resources/io/aklivity/zilla/runtime/command/dump/internal/WsAdvisoryApplicationIT_shouldReceiveClientSentChallenge.txt index 36bf8052ea..1ac282c359 100644 --- a/incubator/command-dump/src/test/resources/io/aklivity/zilla/runtime/command/dump/internal/WsAdvisoryApplicationIT_shouldReceiveClientSentChallenge.txt +++ b/incubator/command-dump/src/test/resources/io/aklivity/zilla/runtime/command/dump/internal/WsAdvisoryApplicationIT_shouldReceiveClientSentChallenge.txt @@ -35,9 +35,9 @@ Zilla Frame Scheme: http Length: 4 Scheme: http - Authority: localhost:8080 + Authority: localhost:54321 Length: 14 - Authority: localhost:8080 + Authority: localhost:54321 Path: /echo Length: 5 Path: /echo diff --git a/runtime/binding-http/src/test/java/io/aklivity/zilla/runtime/binding/http/internal/codec/Http2HeadersFWTest.java b/runtime/binding-http/src/test/java/io/aklivity/zilla/runtime/binding/http/internal/codec/Http2HeadersFWTest.java index f06576ee4e..cf6b2c6173 100644 --- a/runtime/binding-http/src/test/java/io/aklivity/zilla/runtime/binding/http/internal/codec/Http2HeadersFWTest.java +++ b/runtime/binding-http/src/test/java/io/aklivity/zilla/runtime/binding/http/internal/codec/Http2HeadersFWTest.java @@ -68,7 +68,7 @@ public void decode() assertEquals("GET", headers.get(":method")); assertEquals("http", headers.get(":scheme")); assertEquals("/", headers.get(":path")); - assertEquals("127.0.0.1:8080", headers.get(":authority")); + assertEquals("127.0.0.1:54321", headers.get(":authority")); } @Test diff --git a/runtime/binding-kafka-grpc/src/test/java/io/aklivity/zilla/runtime/binding/kafka/grpc/internal/config/KafkaGrpcWithConfigAdapterTest.java b/runtime/binding-kafka-grpc/src/test/java/io/aklivity/zilla/runtime/binding/kafka/grpc/internal/config/KafkaGrpcWithConfigAdapterTest.java index b7d660c92c..b8d6ebfee9 100644 --- a/runtime/binding-kafka-grpc/src/test/java/io/aklivity/zilla/runtime/binding/kafka/grpc/internal/config/KafkaGrpcWithConfigAdapterTest.java +++ b/runtime/binding-kafka-grpc/src/test/java/io/aklivity/zilla/runtime/binding/kafka/grpc/internal/config/KafkaGrpcWithConfigAdapterTest.java @@ -46,14 +46,14 @@ public void shouldReadWith() String text = "{" + "\"scheme\":\"http\"," + - "\"authority\":\"localhost:8080\"" + + "\"authority\":\"localhost:54321\"" + "}"; KafkaGrpcWithConfig with = jsonb.fromJson(text, KafkaGrpcWithConfig.class); assertThat(with, not(nullValue())); assertThat(with.scheme.asString(), equalTo("http")); - assertThat(with.authority.asString(), equalTo("localhost:8080")); + assertThat(with.authority.asString(), equalTo("localhost:54321")); } @Test @@ -61,7 +61,7 @@ public void shouldWriteWith() { KafkaGrpcWithConfig options = new KafkaGrpcWithConfig( new String16FW("http"), - new String16FW("localhost:8080")); + new String16FW("localhost:54321")); String text = jsonb.toJson(options); @@ -69,7 +69,7 @@ public void shouldWriteWith() assertThat(text, equalTo( "{" + "\"scheme\":\"http\"," + - "\"authority\":\"localhost:8080\"" + + "\"authority\":\"localhost:54321\"" + "}")); } } diff --git a/runtime/binding-openapi/src/test/java/io/aklivity/zilla/runtime/binding/openapi/internal/config/OpenapiOptionsConfigAdapterTest.java b/runtime/binding-openapi/src/test/java/io/aklivity/zilla/runtime/binding/openapi/internal/config/OpenapiOptionsConfigAdapterTest.java index 2b0221ad7e..8fb761f111 100644 --- a/runtime/binding-openapi/src/test/java/io/aklivity/zilla/runtime/binding/openapi/internal/config/OpenapiOptionsConfigAdapterTest.java +++ b/runtime/binding-openapi/src/test/java/io/aklivity/zilla/runtime/binding/openapi/internal/config/OpenapiOptionsConfigAdapterTest.java @@ -112,13 +112,13 @@ public void shouldReadOptions() @Test public void shouldWriteOptions() { - String expected = "{\"tcp\":{\"host\":\"localhost\",\"port\":8080},\"tls\":{\"sni\":[\"example.net\"]}," + + String expected = "{\"tcp\":{\"host\":\"localhost\",\"port\":54321},\"tls\":{\"sni\":[\"example.net\"]}," + "\"specs\":{\"test\":{\"catalog\":{\"catalog0\":{\"subject\":\"petstore\",\"version\":\"latest\"}}}}}"; TcpOptionsConfig tcp = TcpOptionsConfig.builder() .inject(identity()) .host("localhost") - .ports(new int[] { 8080 }) + .ports(new int[] { 54321 }) .build(); TlsOptionsConfig tls = TlsOptionsConfig.builder() diff --git a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/bench/TcpServerBM.java b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/bench/TcpServerBM.java index 30769b513f..55ba200679 100644 --- a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/bench/TcpServerBM.java +++ b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/bench/TcpServerBM.java @@ -77,7 +77,7 @@ public class TcpServerBM public void reinit() throws Exception { engine.start(); - //routedId = controller.route(RouteKind.SERVER, "127.0.0.1:8080", "tcp#0").get(); + //routedId = controller.route(RouteKind.SERVER, "127.0.0.1:54321", "tcp#0").get(); } @TearDown(Level.Trial) @@ -112,7 +112,7 @@ public GroupState() public void init() throws Exception { channel = SocketChannel.open(); - channel.connect(new InetSocketAddress("127.0.0.1", 8080)); + channel.connect(new InetSocketAddress("127.0.0.1", 54321)); channel.configureBlocking(false); } diff --git a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/config/TcpConditionConfigAdapterTest.java b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/config/TcpConditionConfigAdapterTest.java index 8a095f9371..af1351a1c4 100644 --- a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/config/TcpConditionConfigAdapterTest.java +++ b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/config/TcpConditionConfigAdapterTest.java @@ -49,7 +49,7 @@ public void shouldReadCondition() "{" + "\"cidr\": \"127.0.0.0/24\"," + "\"authority\": \"*.example.net\"," + - "\"port\": 8080" + + "\"port\": 54321" + "}"; TcpConditionConfig condition = jsonb.fromJson(text, TcpConditionConfig.class); @@ -59,7 +59,7 @@ public void shouldReadCondition() assertThat(condition.authority, equalTo("*.example.net")); assertThat(condition.ports, not(nullValue())); assertThat(condition.ports.length, equalTo(1)); - assertThat(condition.ports[0], equalTo(8080)); + assertThat(condition.ports[0], equalTo(54321)); } @Test @@ -69,13 +69,13 @@ public void shouldWriteCondition() .inject(identity()) .cidr("127.0.0.0/24") .authority("*.example.net") - .ports(new int[] { 8080 }) + .ports(new int[] { 54321 }) .build(); String text = jsonb.toJson(condition); assertThat(text, not(nullValue())); - assertThat(text, equalTo("{\"cidr\":\"127.0.0.0/24\",\"authority\":\"*.example.net\",\"port\":8080}")); + assertThat(text, equalTo("{\"cidr\":\"127.0.0.0/24\",\"authority\":\"*.example.net\",\"port\":54321}")); } @Test @@ -85,7 +85,7 @@ public void shouldReadConditionWithPortRange() "{" + "\"cidr\": \"127.0.0.0/24\"," + "\"authority\": \"*.example.net\"," + - "\"port\": 8080-8081" + + "\"port\": 54321-54322" + "}"; TcpConditionConfig condition = jsonb.fromJson(text, TcpConditionConfig.class); @@ -93,8 +93,8 @@ public void shouldReadConditionWithPortRange() assertThat(condition, not(nullValue())); assertThat(condition.ports, not(nullValue())); assertThat(condition.ports.length, equalTo(2)); - assertThat(condition.ports[0], equalTo(8080)); - assertThat(condition.ports[1], equalTo(8081)); + assertThat(condition.ports[0], equalTo(54321)); + assertThat(condition.ports[1], equalTo(54322)); } @Test @@ -104,7 +104,7 @@ public void shouldReadConditionWithPortRangeSingleton() "{" + "\"cidr\": \"127.0.0.0/24\"," + "\"authority\": \"*.example.net\"," + - "\"port\": \"8080\"" + + "\"port\": \"54321\"" + "}"; TcpConditionConfig condition = jsonb.fromJson(text, TcpConditionConfig.class); @@ -112,6 +112,6 @@ public void shouldReadConditionWithPortRangeSingleton() assertThat(condition, not(nullValue())); assertThat(condition.ports, not(nullValue())); assertThat(condition.ports.length, equalTo(1)); - assertThat(condition.ports[0], equalTo(8080)); + assertThat(condition.ports[0], equalTo(54321)); } } diff --git a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/config/TcpOptionsConfigAdapterTest.java b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/config/TcpOptionsConfigAdapterTest.java index 7a0e9db8cf..dc1bbe64c9 100644 --- a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/config/TcpOptionsConfigAdapterTest.java +++ b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/config/TcpOptionsConfigAdapterTest.java @@ -48,7 +48,7 @@ public void shouldReadOptions() String text = "{" + "\"host\": \"localhost\"," + - "\"port\": 8080" + + "\"port\": 54321" + "}"; TcpOptionsConfig options = jsonb.fromJson(text, TcpOptionsConfig.class); @@ -57,7 +57,7 @@ public void shouldReadOptions() assertThat(options.host, equalTo("localhost")); assertThat(options.ports, not(nullValue())); assertThat(options.ports.length, equalTo(1)); - assertThat(options.ports[0], equalTo(8080)); + assertThat(options.ports[0], equalTo(54321)); } @Test @@ -66,7 +66,7 @@ public void shouldReadOptionsWithPortRange() String text = "{" + "\"host\": \"localhost\"," + - "\"port\": \"8080-8081\"" + + "\"port\": \"54321-54322\"" + "}"; TcpOptionsConfig options = jsonb.fromJson(text, TcpOptionsConfig.class); @@ -75,8 +75,8 @@ public void shouldReadOptionsWithPortRange() assertThat(options.host, equalTo("localhost")); assertThat(options.ports, not(nullValue())); assertThat(options.ports.length, equalTo(2)); - assertThat(options.ports[0], equalTo(8080)); - assertThat(options.ports[1], equalTo(8081)); + assertThat(options.ports[0], equalTo(54321)); + assertThat(options.ports[1], equalTo(54322)); } @Test @@ -85,7 +85,7 @@ public void shouldReadOptionsWithPortRangeSingleton() String text = "{" + "\"host\": \"localhost\"," + - "\"port\": \"8080\"" + + "\"port\": \"54321\"" + "}"; TcpOptionsConfig options = jsonb.fromJson(text, TcpOptionsConfig.class); @@ -94,7 +94,7 @@ public void shouldReadOptionsWithPortRangeSingleton() assertThat(options.host, equalTo("localhost")); assertThat(options.ports, not(nullValue())); assertThat(options.ports.length, equalTo(1)); - assertThat(options.ports[0], equalTo(8080)); + assertThat(options.ports[0], equalTo(54321)); } @Test @@ -103,13 +103,13 @@ public void shouldWriteOptions() TcpOptionsConfig options = TcpOptionsConfig.builder() .inject(identity()) .host("localhost") - .ports(new int[] { 8080 }) + .ports(new int[] { 54321 }) .build(); String text = jsonb.toJson(options); assertThat(text, not(nullValue())); - assertThat(text, equalTo("{\"host\":\"localhost\",\"port\":8080}")); + assertThat(text, equalTo("{\"host\":\"localhost\",\"port\":54321}")); } @Test @@ -118,7 +118,7 @@ public void shouldReadOptionsWithBacklog() String text = "{" + "\"host\": \"localhost\"," + - "\"port\": 8080," + + "\"port\": 54321," + "\"backlog\": 1000" + "}"; @@ -128,7 +128,7 @@ public void shouldReadOptionsWithBacklog() assertThat(options.host, equalTo("localhost")); assertThat(options.ports, not(nullValue())); assertThat(options.ports.length, equalTo(1)); - assertThat(options.ports[0], equalTo(8080)); + assertThat(options.ports[0], equalTo(54321)); assertThat(options.backlog, equalTo(1000)); } @@ -138,13 +138,13 @@ public void shouldWriteOptionsWithBacklog() TcpOptionsConfig options = TcpOptionsConfig.builder() .inject(identity()) .host("localhost") - .ports(new int[] { 8080 }) + .ports(new int[] { 54321 }) .backlog(1000) .build(); String text = jsonb.toJson(options); assertThat(text, not(nullValue())); - assertThat(text, equalTo("{\"host\":\"localhost\",\"port\":8080,\"backlog\":1000}")); + assertThat(text, equalTo("{\"host\":\"localhost\",\"port\":54321,\"backlog\":1000}")); } } diff --git a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ClientIOExceptionFromReadIT.java b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ClientIOExceptionFromReadIT.java index 59073e4b8c..39a770be27 100644 --- a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ClientIOExceptionFromReadIT.java +++ b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ClientIOExceptionFromReadIT.java @@ -61,7 +61,7 @@ public void shouldReportIOExceptionFromReadAsAbortAndReset() throws Exception try (ServerSocketChannel server = ServerSocketChannel.open()) { server.setOption(SO_REUSEADDR, true); - server.bind(new InetSocketAddress("127.0.0.1", 8080)); + server.bind(new InetSocketAddress("127.0.0.1", 54321)); k3po.start(); @@ -87,7 +87,7 @@ public void shouldNotResetWhenProcessingEndAfterIOExceptionFromRead() throws Exc try (ServerSocketChannel server = ServerSocketChannel.open()) { server.setOption(SO_REUSEADDR, true); - server.bind(new InetSocketAddress("127.0.0.1", 8080)); + server.bind(new InetSocketAddress("127.0.0.1", 54321)); k3po.start(); diff --git a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ClientIOExceptionFromWriteIT.java b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ClientIOExceptionFromWriteIT.java index 6d7e53a22b..3b0ec23cef 100644 --- a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ClientIOExceptionFromWriteIT.java +++ b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ClientIOExceptionFromWriteIT.java @@ -75,7 +75,7 @@ public void shouldAbortAndResetWhenImmediateWriteThrowsIOException() throws Exce try (ServerSocketChannel server = ServerSocketChannel.open()) { server.setOption(SO_REUSEADDR, true); - server.bind(new InetSocketAddress("127.0.0.1", 8080)); + server.bind(new InetSocketAddress("127.0.0.1", 54321)); k3po.start(); @@ -112,7 +112,7 @@ public void shouldAbortAndResetWhenDeferredWriteThrowsIOException() throws Excep try (ServerSocketChannel server = ServerSocketChannel.open()) { server.setOption(SO_REUSEADDR, true); - server.bind(new InetSocketAddress("127.0.0.1", 8080)); + server.bind(new InetSocketAddress("127.0.0.1", 54321)); k3po.start(); diff --git a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ClientIT.java b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ClientIT.java index 5373187431..d436d5f5e3 100644 --- a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ClientIT.java +++ b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ClientIT.java @@ -135,7 +135,7 @@ public void shouldReceiveClientSentDataAndEnd() throws Exception try (ServerSocketChannel server = ServerSocketChannel.open()) { server.setOption(SO_REUSEADDR, true); - server.bind(new InetSocketAddress("127.0.0.1", 8080)); + server.bind(new InetSocketAddress("127.0.0.1", 54321)); k3po.start(); @@ -167,7 +167,7 @@ public void shouldWriteDataAfterReceivingEndOfRead() throws Exception try (ServerSocketChannel server = ServerSocketChannel.open()) { server.setOption(SO_REUSEADDR, true); - server.bind(new InetSocketAddress("127.0.0.1", 8080)); + server.bind(new InetSocketAddress("127.0.0.1", 54321)); k3po.start(); @@ -202,7 +202,7 @@ public void shouldEstablishConnection() throws Exception "${app}/connection.established.ipv6/client", "${net}/connection.established/server" }) - @ScriptProperty("address \"tcp://[::1]:8080\"") + @ScriptProperty("address \"tcp://[::1]:54321\"") public void shouldEstablishConnectionIPv6() throws Exception { k3po.finish(); @@ -297,7 +297,7 @@ public void shouldReceiveServerSentDataAndEnd() throws Exception try (ServerSocketChannel server = ServerSocketChannel.open()) { server.setOption(SO_REUSEADDR, true); - server.bind(new InetSocketAddress("127.0.0.1", 8080)); + server.bind(new InetSocketAddress("127.0.0.1", 54321)); k3po.start(); @@ -323,7 +323,7 @@ public void shouldWriteDataAfterReceiveEnd() throws Exception try (ServerSocketChannel server = ServerSocketChannel.open()) { server.setOption(SO_REUSEADDR, true); - server.bind(new InetSocketAddress("127.0.0.1", 8080)); + server.bind(new InetSocketAddress("127.0.0.1", 54321)); k3po.start(); diff --git a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ClientLimitsIT.java b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ClientLimitsIT.java index da7a350a5b..2812ad704a 100644 --- a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ClientLimitsIT.java +++ b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ClientLimitsIT.java @@ -64,7 +64,7 @@ public void shouldResetWhenWindowExceeded() throws Exception try (ServerSocketChannel server = ServerSocketChannel.open()) { server.setOption(SO_REUSEADDR, true); - server.bind(new InetSocketAddress("127.0.0.1", 8080)); + server.bind(new InetSocketAddress("127.0.0.1", 54321)); k3po.start(); diff --git a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ClientPartialWriteIT.java b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ClientPartialWriteIT.java index 7ca8935eb4..97820bf5a6 100644 --- a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ClientPartialWriteIT.java +++ b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ClientPartialWriteIT.java @@ -142,7 +142,7 @@ public void shouldHandleEndOfStreamWithPendingWrite() throws Exception try (ServerSocketChannel server = ServerSocketChannel.open()) { server.setOption(SO_REUSEADDR, true); - server.bind(new InetSocketAddress("127.0.0.1", 8080)); + server.bind(new InetSocketAddress("127.0.0.1", 54321)); k3po.start(); diff --git a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ClientPartialWriteLimitsIT.java b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ClientPartialWriteLimitsIT.java index 021a27a73a..3911ea10bc 100644 --- a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ClientPartialWriteLimitsIT.java +++ b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ClientPartialWriteLimitsIT.java @@ -104,7 +104,7 @@ public void shouldResetStreamsExceedingPartialWriteStreamsLimit() throws Excepti try (ServerSocketChannel server = ServerSocketChannel.open()) { server.setOption(SO_REUSEADDR, true); - server.bind(new InetSocketAddress("127.0.0.1", 8080)); + server.bind(new InetSocketAddress("127.0.0.1", 54321)); k3po.start(); diff --git a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ClientResetAndAbortIT.java b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ClientResetAndAbortIT.java index 7a971cd62c..42e7ce1334 100644 --- a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ClientResetAndAbortIT.java +++ b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ClientResetAndAbortIT.java @@ -69,7 +69,7 @@ public void shouldShutdownOutputWhenClientSendsAbort() throws Exception try (ServerSocketChannel server = ServerSocketChannel.open()) { server.setOption(SO_REUSEADDR, true); - server.bind(new InetSocketAddress("127.0.0.1", 8080)); + server.bind(new InetSocketAddress("127.0.0.1", 54321)); k3po.start(); @@ -106,7 +106,7 @@ public void shouldShutdownOutputAndInputWhenClientSendsAbortAndReset() throws Ex try (ServerSocketChannel server = ServerSocketChannel.open()) { server.setOption(SO_REUSEADDR, true); - server.bind(new InetSocketAddress("127.0.0.1", 8080)); + server.bind(new InetSocketAddress("127.0.0.1", 54321)); k3po.start(); @@ -144,7 +144,7 @@ public void shouldShutdownInputWhenClientSendsReset() throws Exception try (ServerSocketChannel server = ServerSocketChannel.open()) { server.setOption(SO_REUSEADDR, true); - server.bind(new InetSocketAddress("127.0.0.1", 8080)); + server.bind(new InetSocketAddress("127.0.0.1", 54321)); k3po.start(); @@ -185,7 +185,7 @@ public void shouldShutdownOutputAndInputWhenClientSendsResetAndEnd() throws Exce try (ServerSocketChannel server = ServerSocketChannel.open()) { server.setOption(SO_REUSEADDR, true); - server.bind(new InetSocketAddress("127.0.0.1", 8080)); + server.bind(new InetSocketAddress("127.0.0.1", 54321)); k3po.start(); diff --git a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ServerIOExceptionFromReadIT.java b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ServerIOExceptionFromReadIT.java index 2906d2505e..a07b3a800e 100644 --- a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ServerIOExceptionFromReadIT.java +++ b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ServerIOExceptionFromReadIT.java @@ -63,7 +63,7 @@ public void shouldReportIOExceptionFromReadAsAbortAndReset() throws Exception try (SocketChannel channel = SocketChannel.open()) { - channel.connect(new InetSocketAddress("127.0.0.1", 8080)); + channel.connect(new InetSocketAddress("127.0.0.1", 54321)); k3po.awaitBarrier("CONNECTED"); @@ -84,7 +84,7 @@ public void shouldNotResetWhenProcessingEndAfterIOExceptionFromRead() throws Exc try (SocketChannel channel = SocketChannel.open()) { - channel.connect(new InetSocketAddress("127.0.0.1", 8080)); + channel.connect(new InetSocketAddress("127.0.0.1", 54321)); k3po.awaitBarrier("CONNECTED"); diff --git a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ServerIOExceptionFromWriteIT.java b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ServerIOExceptionFromWriteIT.java index 87e9c706d9..07136c42cf 100644 --- a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ServerIOExceptionFromWriteIT.java +++ b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ServerIOExceptionFromWriteIT.java @@ -74,7 +74,7 @@ public void shouldResetWhenImmediateWriteThrowsIOException() throws Exception try (SocketChannel channel = SocketChannel.open()) { - channel.connect(new InetSocketAddress("127.0.0.1", 8080)); + channel.connect(new InetSocketAddress("127.0.0.1", 54321)); k3po.finish(); } @@ -107,7 +107,7 @@ public void shouldResetWhenDeferredWriteThrowsIOException() throws Exception try (SocketChannel channel = SocketChannel.open()) { - channel.connect(new InetSocketAddress("127.0.0.1", 8080)); + channel.connect(new InetSocketAddress("127.0.0.1", 54321)); k3po.finish(); } diff --git a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ServerIT.java b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ServerIT.java index e28612865c..c9fce49a3a 100644 --- a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ServerIT.java +++ b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ServerIT.java @@ -152,7 +152,7 @@ public void shouldReceiveClientSentDataAndEnd() throws Exception try (SocketChannel channel = SocketChannel.open()) { - channel.connect(new InetSocketAddress("127.0.0.1", 8080)); + channel.connect(new InetSocketAddress("127.0.0.1", 54321)); channel.write(UTF_8.encode("client data")); channel.shutdownOutput(); @@ -172,7 +172,7 @@ public void shouldWriteDataAfterReceiveEnd() throws Exception try (SocketChannel channel = SocketChannel.open()) { - channel.connect(new InetSocketAddress("127.0.0.1", 8080)); + channel.connect(new InetSocketAddress("127.0.0.1", 54321)); channel.shutdownOutput(); ByteBuffer buf = ByteBuffer.allocate(256); @@ -214,7 +214,7 @@ public void shouldEstablishConnection() throws Exception "${app}/connection.established/server", "${net}/connection.established/client" }) - @ScriptProperty("address \"tcp://0.0.0.0:8080\"") + @ScriptProperty("address \"tcp://0.0.0.0:54321\"") public void shouldEstablishConnectionToAddressAnyIPv4() throws Exception { k3po.finish(); @@ -227,7 +227,7 @@ public void shouldEstablishConnectionToAddressAnyIPv4() throws Exception "${app}/connection.established.ipv6/server", "${net}/connection.established/client" }) - @ScriptProperty("address \"tcp://[::0]:8080\"") + @ScriptProperty("address \"tcp://[::0]:54321\"") public void shouldEstablishConnectionToAddressAnyIPv6() throws Exception { k3po.finish(); @@ -244,7 +244,7 @@ public void connectionFailed() throws Exception try (SocketChannel channel = SocketChannel.open()) { - channel.connect(new InetSocketAddress("127.0.0.1", 8080)); + channel.connect(new InetSocketAddress("127.0.0.1", 54321)); ByteBuffer buf = ByteBuffer.allocate(256); try @@ -289,7 +289,7 @@ public void shouldNotGetRepeatedIOExceptionsFromReaderStreamRead() throws Except { k3po.start(); - try (Socket socket = new Socket("127.0.0.1", 8080)) + try (Socket socket = new Socket("127.0.0.1", 54321)) { socket.shutdownInput(); Thread.sleep(500); @@ -332,7 +332,7 @@ public void shouldReceiveServerSentDataAndEnd() throws Exception try (SocketChannel channel = SocketChannel.open()) { - channel.connect(new InetSocketAddress("127.0.0.1", 8080)); + channel.connect(new InetSocketAddress("127.0.0.1", 54321)); ByteBuffer buf = ByteBuffer.allocate(256); channel.read(buf); @@ -361,7 +361,7 @@ public void shouldReceiveDataAfterSendingEnd() throws Exception try (SocketChannel channel = SocketChannel.open()) { - channel.connect(new InetSocketAddress("127.0.0.1", 8080)); + channel.connect(new InetSocketAddress("127.0.0.1", 54321)); ByteBuffer buf = ByteBuffer.allocate(256); int len = channel.read(buf); @@ -385,13 +385,13 @@ public void shouldUnbindRebind() throws Exception k3po.start(); SocketChannel channel1 = SocketChannel.open(); - channel1.connect(new InetSocketAddress("127.0.0.1", 8080)); + channel1.connect(new InetSocketAddress("127.0.0.1", 54321)); SocketChannel channel2 = SocketChannel.open(); - channel2.connect(new InetSocketAddress("127.0.0.1", 8080)); + channel2.connect(new InetSocketAddress("127.0.0.1", 54321)); SocketChannel channel3 = SocketChannel.open(); - channel3.connect(new InetSocketAddress("127.0.0.1", 8080)); + channel3.connect(new InetSocketAddress("127.0.0.1", 54321)); k3po.awaitBarrier("CONNECTION_ACCEPTED_1"); k3po.awaitBarrier("CONNECTION_ACCEPTED_2"); @@ -400,7 +400,7 @@ public void shouldUnbindRebind() throws Exception SocketChannel channel4 = SocketChannel.open(); try { - channel4.connect(new InetSocketAddress("127.0.0.1", 8080)); + channel4.connect(new InetSocketAddress("127.0.0.1", 54321)); fail("4th connect shouldn't succeed as max.connections = 3"); } catch (IOException ioe) @@ -417,7 +417,7 @@ public void shouldUnbindRebind() throws Exception Thread.sleep(200); SocketChannel channel5 = SocketChannel.open(); - channel5.connect(new InetSocketAddress("127.0.0.1", 8080)); + channel5.connect(new InetSocketAddress("127.0.0.1", 54321)); k3po.awaitBarrier("CONNECTION_ACCEPTED_4"); channel2.close(); diff --git a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ServerLimitsIT.java b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ServerLimitsIT.java index 3a9c40cc29..818e8024dd 100644 --- a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ServerLimitsIT.java +++ b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ServerLimitsIT.java @@ -65,7 +65,7 @@ public void shouldResetWhenWindowIsExceeded() throws Exception try (SocketChannel channel = SocketChannel.open()) { - channel.connect(new InetSocketAddress("127.0.0.1", 8080)); + channel.connect(new InetSocketAddress("127.0.0.1", 54321)); int len; try diff --git a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ServerPartialWriteIT.java b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ServerPartialWriteIT.java index f7979d5fdf..7a31c14071 100644 --- a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ServerPartialWriteIT.java +++ b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ServerPartialWriteIT.java @@ -161,7 +161,7 @@ public void shouldHandleEndOfStreamWithPendingWrite() throws Exception try (SocketChannel channel = SocketChannel.open()) { - channel.connect(new InetSocketAddress("127.0.0.1", 8080)); + channel.connect(new InetSocketAddress("127.0.0.1", 54321)); k3po.awaitBarrier("END_WRITTEN"); endWritten.set(true); diff --git a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ServerPartialWriteLimitsIT.java b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ServerPartialWriteLimitsIT.java index f001f4c2d3..b35d95e3eb 100644 --- a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ServerPartialWriteLimitsIT.java +++ b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ServerPartialWriteLimitsIT.java @@ -105,8 +105,8 @@ public void shouldResetStreamsExceedingPartialWriteStreamsLimit() throws Excepti try (SocketChannel channel1 = SocketChannel.open(); SocketChannel channel2 = SocketChannel.open()) { - channel1.connect(new InetSocketAddress("127.0.0.1", 8080)); - channel2.connect(new InetSocketAddress("127.0.0.1", 8080)); + channel1.connect(new InetSocketAddress("127.0.0.1", 54321)); + channel2.connect(new InetSocketAddress("127.0.0.1", 54321)); k3po.awaitBarrier("SECOND_STREAM_RESET_RECEIVED"); resetReceived.set(true); diff --git a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ServerResetAndAbortIT.java b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ServerResetAndAbortIT.java index be07c9ef63..c8c1af4bd3 100644 --- a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ServerResetAndAbortIT.java +++ b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/streams/ServerResetAndAbortIT.java @@ -70,7 +70,7 @@ public void shouldShutdownOutputWhenServerSendsAbort() throws Exception try (SocketChannel channel = SocketChannel.open()) { - channel.connect(new InetSocketAddress("127.0.0.1", 8080)); + channel.connect(new InetSocketAddress("127.0.0.1", 54321)); ByteBuffer buf = ByteBuffer.allocate(20); int len = channel.read(buf); @@ -102,7 +102,7 @@ public void shouldShutdownOutputAndInputWhenServerSendsAbortAndReset() throws Ex try (SocketChannel channel = SocketChannel.open()) { - channel.connect(new InetSocketAddress("127.0.0.1", 8080)); + channel.connect(new InetSocketAddress("127.0.0.1", 54321)); ByteBuffer buf = ByteBuffer.allocate(20); int len = channel.read(buf); @@ -135,7 +135,7 @@ public void shouldShutdownInputWhenServerSendsReset() throws Exception try (SocketChannel channel = SocketChannel.open()) { - channel.connect(new InetSocketAddress("127.0.0.1", 8080)); + channel.connect(new InetSocketAddress("127.0.0.1", 54321)); channel.configureBlocking(false); @@ -177,7 +177,7 @@ public void shouldShutdownOutputAndInputWhenServerSendsResetAndEnd() throws Exce try (SocketChannel channel = SocketChannel.open()) { - channel.connect(new InetSocketAddress("127.0.0.1", 8080)); + channel.connect(new InetSocketAddress("127.0.0.1", 54321)); ByteBuffer buf = ByteBuffer.allocate(20); int len = channel.read(buf); diff --git a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/util/IpUtilTest.java b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/util/IpUtilTest.java index 62481b1398..77f14815fa 100644 --- a/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/util/IpUtilTest.java +++ b/runtime/binding-tcp/src/test/java/io/aklivity/zilla/runtime/binding/tcp/internal/util/IpUtilTest.java @@ -30,48 +30,48 @@ public final class IpUtilTest @Test public void shouldMatchAddressesSameAddressAndPort() throws Exception { - InetSocketAddress address1 = new InetSocketAddress(InetAddress.getLocalHost(), 8080); - InetSocketAddress address2 = new InetSocketAddress(InetAddress.getLocalHost(), 8080); + InetSocketAddress address1 = new InetSocketAddress(InetAddress.getLocalHost(), 54321); + InetSocketAddress address2 = new InetSocketAddress(InetAddress.getLocalHost(), 54321); assertEquals(0, IpUtil.compareAddresses(address1, address2)); } @Test public void shouldMatchAddressesFirstIsAny() throws Exception { - InetSocketAddress address1 = new InetSocketAddress(8080); - InetSocketAddress address2 = new InetSocketAddress(InetAddress.getLocalHost(), 8080); + InetSocketAddress address1 = new InetSocketAddress(54321); + InetSocketAddress address2 = new InetSocketAddress(InetAddress.getLocalHost(), 54321); assertEquals(0, IpUtil.compareAddresses(address1, address2)); } @Test public void shouldMatchAddressesSecondIsAny() throws Exception { - InetSocketAddress address1 = new InetSocketAddress(getLocalHost(), 8080); - InetSocketAddress address2 = new InetSocketAddress(8080); + InetSocketAddress address1 = new InetSocketAddress(getLocalHost(), 54321); + InetSocketAddress address2 = new InetSocketAddress(54321); assertEquals(0, IpUtil.compareAddresses(address1, address2)); } @Test public void shouldNotMatchAddressesDifferentPort() throws Exception { - InetSocketAddress address1 = new InetSocketAddress(InetAddress.getLocalHost(), 8080); - InetSocketAddress address2 = new InetSocketAddress(InetAddress.getLocalHost(), 8081); + InetSocketAddress address1 = new InetSocketAddress(InetAddress.getLocalHost(), 54321); + InetSocketAddress address2 = new InetSocketAddress(InetAddress.getLocalHost(), 54322); assertFalse(0 == IpUtil.compareAddresses(address1, address2)); } @Test public void shouldNotMatchAddressesFirstIsAnyDifferentPort() throws Exception { - InetSocketAddress address1 = new InetSocketAddress(8080); - InetSocketAddress address2 = new InetSocketAddress(InetAddress.getLocalHost(), 8081); + InetSocketAddress address1 = new InetSocketAddress(54321); + InetSocketAddress address2 = new InetSocketAddress(InetAddress.getLocalHost(), 54322); assertFalse(0 == IpUtil.compareAddresses(address1, address2)); } @Test public void shouldNotMatchAddressesSecondIsAnyDifferentPort() throws Exception { - InetSocketAddress address1 = new InetSocketAddress(InetAddress.getLocalHost(), 8081); - InetSocketAddress address2 = new InetSocketAddress(8080); + InetSocketAddress address1 = new InetSocketAddress(InetAddress.getLocalHost(), 54322); + InetSocketAddress address2 = new InetSocketAddress(54321); assertFalse(0 == IpUtil.compareAddresses(address1, address2)); } diff --git a/runtime/binding-tls/src/test/java/io/aklivity/zilla/runtime/binding/tls/internal/config/TlsConditionConfigAdapterTest.java b/runtime/binding-tls/src/test/java/io/aklivity/zilla/runtime/binding/tls/internal/config/TlsConditionConfigAdapterTest.java index 990bcaf846..0db8128b5e 100644 --- a/runtime/binding-tls/src/test/java/io/aklivity/zilla/runtime/binding/tls/internal/config/TlsConditionConfigAdapterTest.java +++ b/runtime/binding-tls/src/test/java/io/aklivity/zilla/runtime/binding/tls/internal/config/TlsConditionConfigAdapterTest.java @@ -80,7 +80,7 @@ public void shouldReadConditionWithPortRange() "{" + "\"authority\": \"example.net\"," + "\"alpn\": \"echo\"," + - "\"port\": 8080-8081" + + "\"port\": 54321-54322" + "}"; TlsConditionConfig condition = jsonb.fromJson(text, TlsConditionConfig.class); @@ -88,8 +88,8 @@ public void shouldReadConditionWithPortRange() assertThat(condition, not(nullValue())); assertThat(condition.ports, not(nullValue())); assertThat(condition.ports.length, equalTo(2)); - assertThat(condition.ports[0], equalTo(8080)); - assertThat(condition.ports[1], equalTo(8081)); + assertThat(condition.ports[0], equalTo(54321)); + assertThat(condition.ports[1], equalTo(54322)); } @Test @@ -99,13 +99,13 @@ public void shouldWriteConditionWithPorts() .inject(identity()) .authority("example.net") .alpn("echo") - .ports(new int[] { 8080, 8081 }) + .ports(new int[] { 54321, 54322 }) .build(); String text = jsonb.toJson(condition); assertThat(text, not(nullValue())); - assertThat(text, equalTo("{\"authority\":\"example.net\",\"alpn\":\"echo\",\"port\":[8080,8081]}")); + assertThat(text, equalTo("{\"authority\":\"example.net\",\"alpn\":\"echo\",\"port\":[54321,54322]}")); } @Test @@ -115,7 +115,7 @@ public void shouldReadConditionWithPortRangeSingleton() "{" + "\"authority\": \"example.net\"," + "\"alpn\": \"echo\"," + - "\"port\": \"8080\"" + + "\"port\": \"54321\"" + "}"; TlsConditionConfig condition = jsonb.fromJson(text, TlsConditionConfig.class); @@ -123,7 +123,7 @@ public void shouldReadConditionWithPortRangeSingleton() assertThat(condition, not(nullValue())); assertThat(condition.ports, not(nullValue())); assertThat(condition.ports.length, equalTo(1)); - assertThat(condition.ports[0], equalTo(8080)); + assertThat(condition.ports[0], equalTo(54321)); } @Test @@ -133,12 +133,12 @@ public void shouldWriteConditionWithPortRangeSingleton() .inject(identity()) .authority("example.net") .alpn("echo") - .ports(new int[] {8080}) + .ports(new int[] {54321}) .build(); String text = jsonb.toJson(condition); assertThat(text, not(nullValue())); - assertThat(text, equalTo("{\"authority\":\"example.net\",\"alpn\":\"echo\",\"port\":8080}")); + assertThat(text, equalTo("{\"authority\":\"example.net\",\"alpn\":\"echo\",\"port\":54321}")); } } diff --git a/runtime/catalog-apicurio/src/test/java/io/aklivity/zilla/runtime/catalog/apicurio/internal/ApicurioCatalogFactoryTest.java b/runtime/catalog-apicurio/src/test/java/io/aklivity/zilla/runtime/catalog/apicurio/internal/ApicurioCatalogFactoryTest.java index b8bb3bdc97..5097e4b68a 100644 --- a/runtime/catalog-apicurio/src/test/java/io/aklivity/zilla/runtime/catalog/apicurio/internal/ApicurioCatalogFactoryTest.java +++ b/runtime/catalog-apicurio/src/test/java/io/aklivity/zilla/runtime/catalog/apicurio/internal/ApicurioCatalogFactoryTest.java @@ -48,7 +48,7 @@ public void shouldLoadAndCreate() assertThat(context, instanceOf(ApicurioCatalogContext.class)); ApicurioOptionsConfig catalogConfig = ApicurioOptionsConfig.builder() - .url("http://localhost:8080") + .url("http://localhost:54321") .groupId("my-group") .useId("contentId") .idEncoding("legacy") diff --git a/runtime/catalog-apicurio/src/test/java/io/aklivity/zilla/runtime/catalog/apicurio/internal/ApicurioIT.java b/runtime/catalog-apicurio/src/test/java/io/aklivity/zilla/runtime/catalog/apicurio/internal/ApicurioIT.java index 5905b7a904..ff7e78b413 100644 --- a/runtime/catalog-apicurio/src/test/java/io/aklivity/zilla/runtime/catalog/apicurio/internal/ApicurioIT.java +++ b/runtime/catalog-apicurio/src/test/java/io/aklivity/zilla/runtime/catalog/apicurio/internal/ApicurioIT.java @@ -65,7 +65,7 @@ public class ApicurioIT public void setup() { config = ApicurioOptionsConfig.builder() - .url("http://localhost:8080") + .url("http://localhost:54321") .groupId("groupId") .maxAge(Duration.ofSeconds(1)) .build(); diff --git a/runtime/catalog-apicurio/src/test/java/io/aklivity/zilla/runtime/catalog/apicurio/internal/config/ApicurioOptionsConfigAdapterTest.java b/runtime/catalog-apicurio/src/test/java/io/aklivity/zilla/runtime/catalog/apicurio/internal/config/ApicurioOptionsConfigAdapterTest.java index 9661fd6d27..c47149e573 100644 --- a/runtime/catalog-apicurio/src/test/java/io/aklivity/zilla/runtime/catalog/apicurio/internal/config/ApicurioOptionsConfigAdapterTest.java +++ b/runtime/catalog-apicurio/src/test/java/io/aklivity/zilla/runtime/catalog/apicurio/internal/config/ApicurioOptionsConfigAdapterTest.java @@ -45,14 +45,14 @@ public void shouldReadCondition() { String text = "{" + - "\"url\": \"http://localhost:8081\"," + + "\"url\": \"http://localhost:54322\"," + "\"group-id\": \"default\"," + "}"; ApicurioOptionsConfig catalog = jsonb.fromJson(text, ApicurioOptionsConfig.class); assertThat(catalog, not(nullValue())); - assertThat(catalog.url, equalTo("http://localhost:8081")); + assertThat(catalog.url, equalTo("http://localhost:54322")); assertThat(catalog.groupId, equalTo("default")); assertThat(catalog.maxAge.toSeconds(), equalTo(300L)); } @@ -61,7 +61,7 @@ public void shouldReadCondition() public void shouldWriteCondition() { ApicurioOptionsConfig catalog = ApicurioOptionsConfig.builder() - .url("http://localhost:8081") + .url("http://localhost:54322") .groupId("default") .maxAge(Duration.ofSeconds(300)) .build(); @@ -69,6 +69,6 @@ public void shouldWriteCondition() String text = jsonb.toJson(catalog); assertThat(text, not(nullValue())); - assertThat(text, equalTo("{\"url\":\"http://localhost:8081\",\"group-id\":\"default\",\"max-age\":300}")); + assertThat(text, equalTo("{\"url\":\"http://localhost:54322\",\"group-id\":\"default\",\"max-age\":300}")); } } diff --git a/runtime/catalog-apicurio/src/test/scripts/io/aklivity/zilla/runtime/catalog/schema/registry/internal/resolve.artifact.latest.version.rpt b/runtime/catalog-apicurio/src/test/scripts/io/aklivity/zilla/runtime/catalog/schema/registry/internal/resolve.artifact.latest.version.rpt index 03140f481f..2740da1a51 100644 --- a/runtime/catalog-apicurio/src/test/scripts/io/aklivity/zilla/runtime/catalog/schema/registry/internal/resolve.artifact.latest.version.rpt +++ b/runtime/catalog-apicurio/src/test/scripts/io/aklivity/zilla/runtime/catalog/schema/registry/internal/resolve.artifact.latest.version.rpt @@ -13,7 +13,7 @@ # specific language governing permissions and limitations under the License. # -accept "http://localhost:8080/apis/registry/v2/groups/groupId/artifacts/artifactId/meta" +accept "http://localhost:54321/apis/registry/v2/groups/groupId/artifacts/artifactId/meta" accepted connected diff --git a/runtime/catalog-apicurio/src/test/scripts/io/aklivity/zilla/runtime/catalog/schema/registry/internal/resolve.artifact.via.artifactid.version.failed.rpt b/runtime/catalog-apicurio/src/test/scripts/io/aklivity/zilla/runtime/catalog/schema/registry/internal/resolve.artifact.via.artifactid.version.failed.rpt index 59872e7a99..738c57a787 100644 --- a/runtime/catalog-apicurio/src/test/scripts/io/aklivity/zilla/runtime/catalog/schema/registry/internal/resolve.artifact.via.artifactid.version.failed.rpt +++ b/runtime/catalog-apicurio/src/test/scripts/io/aklivity/zilla/runtime/catalog/schema/registry/internal/resolve.artifact.via.artifactid.version.failed.rpt @@ -13,7 +13,7 @@ # specific language governing permissions and limitations under the License. # -accept "http://localhost:8080/apis/registry/v2/groups/groupId/artifacts/artifactId/meta" +accept "http://localhost:54321/apis/registry/v2/groups/groupId/artifacts/artifactId/meta" accepted connected diff --git a/runtime/catalog-apicurio/src/test/scripts/io/aklivity/zilla/runtime/catalog/schema/registry/internal/resolve.artifact.via.artifactid.version.retry.rpt b/runtime/catalog-apicurio/src/test/scripts/io/aklivity/zilla/runtime/catalog/schema/registry/internal/resolve.artifact.via.artifactid.version.retry.rpt index ea69fd92a2..2bde3c5245 100644 --- a/runtime/catalog-apicurio/src/test/scripts/io/aklivity/zilla/runtime/catalog/schema/registry/internal/resolve.artifact.via.artifactid.version.retry.rpt +++ b/runtime/catalog-apicurio/src/test/scripts/io/aklivity/zilla/runtime/catalog/schema/registry/internal/resolve.artifact.via.artifactid.version.retry.rpt @@ -13,7 +13,7 @@ # specific language governing permissions and limitations under the License. # -accept "http://localhost:8080/apis/registry/v2/groups/groupId/artifacts/artifactId/meta" +accept "http://localhost:54321/apis/registry/v2/groups/groupId/artifacts/artifactId/meta" accepted connected diff --git a/runtime/catalog-apicurio/src/test/scripts/io/aklivity/zilla/runtime/catalog/schema/registry/internal/resolve.artifact.via.artifactid.version.rpt b/runtime/catalog-apicurio/src/test/scripts/io/aklivity/zilla/runtime/catalog/schema/registry/internal/resolve.artifact.via.artifactid.version.rpt index 0b3adeb372..b8e549fb5a 100644 --- a/runtime/catalog-apicurio/src/test/scripts/io/aklivity/zilla/runtime/catalog/schema/registry/internal/resolve.artifact.via.artifactid.version.rpt +++ b/runtime/catalog-apicurio/src/test/scripts/io/aklivity/zilla/runtime/catalog/schema/registry/internal/resolve.artifact.via.artifactid.version.rpt @@ -13,7 +13,7 @@ # specific language governing permissions and limitations under the License. # -accept "http://localhost:8080/apis/registry/v2/groups/groupId/artifacts/artifactId/versions/0/meta" +accept "http://localhost:54321/apis/registry/v2/groups/groupId/artifacts/artifactId/versions/0/meta" accepted connected diff --git a/runtime/catalog-apicurio/src/test/scripts/io/aklivity/zilla/runtime/catalog/schema/registry/internal/resolve.artifact.via.global.id.retry.rpt b/runtime/catalog-apicurio/src/test/scripts/io/aklivity/zilla/runtime/catalog/schema/registry/internal/resolve.artifact.via.global.id.retry.rpt index 342f89d94e..cb767a7696 100644 --- a/runtime/catalog-apicurio/src/test/scripts/io/aklivity/zilla/runtime/catalog/schema/registry/internal/resolve.artifact.via.global.id.retry.rpt +++ b/runtime/catalog-apicurio/src/test/scripts/io/aklivity/zilla/runtime/catalog/schema/registry/internal/resolve.artifact.via.global.id.retry.rpt @@ -13,7 +13,7 @@ # specific language governing permissions and limitations under the License. # -accept "http://localhost:8080/apis/registry/v2/ids/globalIds/1" +accept "http://localhost:54321/apis/registry/v2/ids/globalIds/1" accepted connected diff --git a/runtime/catalog-apicurio/src/test/scripts/io/aklivity/zilla/runtime/catalog/schema/registry/internal/resolve.artifact.via.global.id.rpt b/runtime/catalog-apicurio/src/test/scripts/io/aklivity/zilla/runtime/catalog/schema/registry/internal/resolve.artifact.via.global.id.rpt index 25642a553c..4f761c024f 100644 --- a/runtime/catalog-apicurio/src/test/scripts/io/aklivity/zilla/runtime/catalog/schema/registry/internal/resolve.artifact.via.global.id.rpt +++ b/runtime/catalog-apicurio/src/test/scripts/io/aklivity/zilla/runtime/catalog/schema/registry/internal/resolve.artifact.via.global.id.rpt @@ -13,7 +13,7 @@ # specific language governing permissions and limitations under the License. # -accept "http://localhost:8080/apis/registry/v2/ids/globalIds/1" +accept "http://localhost:54321/apis/registry/v2/ids/globalIds/1" accepted connected diff --git a/runtime/catalog-karapace/src/test/java/io/aklivity/zilla/runtime/catalog/karapace/internal/KarapaceCatalogFactoryTest.java b/runtime/catalog-karapace/src/test/java/io/aklivity/zilla/runtime/catalog/karapace/internal/KarapaceCatalogFactoryTest.java index 830cd5408e..7abd591ca8 100644 --- a/runtime/catalog-karapace/src/test/java/io/aklivity/zilla/runtime/catalog/karapace/internal/KarapaceCatalogFactoryTest.java +++ b/runtime/catalog-karapace/src/test/java/io/aklivity/zilla/runtime/catalog/karapace/internal/KarapaceCatalogFactoryTest.java @@ -48,7 +48,7 @@ public void shouldLoadAndCreate() assertThat(context, instanceOf(KarapaceCatalogContext.class)); KarapaceOptionsConfig catalogConfig = KarapaceOptionsConfig.builder() - .url("http://localhost:8081") + .url("http://localhost:54322") .context("default") .maxAge(Duration.ofSeconds(100)) .build(); diff --git a/runtime/catalog-karapace/src/test/java/io/aklivity/zilla/runtime/catalog/karapace/internal/KarapaceIT.java b/runtime/catalog-karapace/src/test/java/io/aklivity/zilla/runtime/catalog/karapace/internal/KarapaceIT.java index 5ab4852340..dd3ca3180c 100644 --- a/runtime/catalog-karapace/src/test/java/io/aklivity/zilla/runtime/catalog/karapace/internal/KarapaceIT.java +++ b/runtime/catalog-karapace/src/test/java/io/aklivity/zilla/runtime/catalog/karapace/internal/KarapaceIT.java @@ -65,7 +65,7 @@ public class KarapaceIT public void setup() { config = KarapaceOptionsConfig.builder() - .url("http://localhost:8081") + .url("http://localhost:54322") .context("default") .maxAge(Duration.ofSeconds(1)) .build(); diff --git a/runtime/catalog-karapace/src/test/java/io/aklivity/zilla/runtime/catalog/karapace/internal/config/KarapaceOptionsConfigAdapterTest.java b/runtime/catalog-karapace/src/test/java/io/aklivity/zilla/runtime/catalog/karapace/internal/config/KarapaceOptionsConfigAdapterTest.java index e9f79e2cfe..8ce275b7e5 100644 --- a/runtime/catalog-karapace/src/test/java/io/aklivity/zilla/runtime/catalog/karapace/internal/config/KarapaceOptionsConfigAdapterTest.java +++ b/runtime/catalog-karapace/src/test/java/io/aklivity/zilla/runtime/catalog/karapace/internal/config/KarapaceOptionsConfigAdapterTest.java @@ -45,14 +45,14 @@ public void shouldReadCondition() { String text = "{" + - "\"url\": \"http://localhost:8081\"," + + "\"url\": \"http://localhost:54322\"," + "\"context\": \"default\"," + "}"; KarapaceOptionsConfig catalog = jsonb.fromJson(text, KarapaceOptionsConfig.class); assertThat(catalog, not(nullValue())); - assertThat(catalog.url, equalTo("http://localhost:8081")); + assertThat(catalog.url, equalTo("http://localhost:54322")); assertThat(catalog.context, equalTo("default")); assertThat(catalog.maxAge.toSeconds(), equalTo(300L)); } @@ -61,7 +61,7 @@ public void shouldReadCondition() public void shouldWriteCondition() { KarapaceOptionsConfig catalog = KarapaceOptionsConfig.builder() - .url("http://localhost:8081") + .url("http://localhost:54322") .context("default") .maxAge(Duration.ofSeconds(300)) .build(); @@ -69,6 +69,6 @@ public void shouldWriteCondition() String text = jsonb.toJson(catalog); assertThat(text, not(nullValue())); - assertThat(text, equalTo("{\"url\":\"http://localhost:8081\",\"context\":\"default\",\"max-age\":300}")); + assertThat(text, equalTo("{\"url\":\"http://localhost:54322\",\"context\":\"default\",\"max-age\":300}")); } } diff --git a/runtime/catalog-karapace/src/test/scripts/io/aklivity/zilla/runtime/catalog/karapace/internal/register.schema.rpt b/runtime/catalog-karapace/src/test/scripts/io/aklivity/zilla/runtime/catalog/karapace/internal/register.schema.rpt index 5321d14a74..3830d135a6 100644 --- a/runtime/catalog-karapace/src/test/scripts/io/aklivity/zilla/runtime/catalog/karapace/internal/register.schema.rpt +++ b/runtime/catalog-karapace/src/test/scripts/io/aklivity/zilla/runtime/catalog/karapace/internal/register.schema.rpt @@ -13,14 +13,14 @@ # specific language governing permissions and limitations under the License. # -accept "http://localhost:8081/subjects/items-snapshots-value/versions" +accept "http://localhost:54322/subjects/items-snapshots-value/versions" accepted connected read http:method "POST" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8081" +read http:header "Host" "localhost:54322" read http:header "content-type" "application/json" read '{' diff --git a/runtime/catalog-karapace/src/test/scripts/io/aklivity/zilla/runtime/catalog/karapace/internal/resolve.schema.via.schema.id.failed.rpt b/runtime/catalog-karapace/src/test/scripts/io/aklivity/zilla/runtime/catalog/karapace/internal/resolve.schema.via.schema.id.failed.rpt index 96d4a27b52..ce04bf19b4 100644 --- a/runtime/catalog-karapace/src/test/scripts/io/aklivity/zilla/runtime/catalog/karapace/internal/resolve.schema.via.schema.id.failed.rpt +++ b/runtime/catalog-karapace/src/test/scripts/io/aklivity/zilla/runtime/catalog/karapace/internal/resolve.schema.via.schema.id.failed.rpt @@ -13,7 +13,7 @@ # specific language governing permissions and limitations under the License. # -accept "http://localhost:8081/schemas/ids/1" +accept "http://localhost:54322/schemas/ids/1" accepted connected diff --git a/runtime/catalog-karapace/src/test/scripts/io/aklivity/zilla/runtime/catalog/karapace/internal/resolve.schema.via.schema.id.on.retry.rpt b/runtime/catalog-karapace/src/test/scripts/io/aklivity/zilla/runtime/catalog/karapace/internal/resolve.schema.via.schema.id.on.retry.rpt index f6cc39b199..d8ab6473b1 100644 --- a/runtime/catalog-karapace/src/test/scripts/io/aklivity/zilla/runtime/catalog/karapace/internal/resolve.schema.via.schema.id.on.retry.rpt +++ b/runtime/catalog-karapace/src/test/scripts/io/aklivity/zilla/runtime/catalog/karapace/internal/resolve.schema.via.schema.id.on.retry.rpt @@ -13,7 +13,7 @@ # specific language governing permissions and limitations under the License. # -accept "http://localhost:8081/schemas/ids/1" +accept "http://localhost:54322/schemas/ids/1" accepted connected diff --git a/runtime/catalog-karapace/src/test/scripts/io/aklivity/zilla/runtime/catalog/karapace/internal/resolve.schema.via.schema.id.rpt b/runtime/catalog-karapace/src/test/scripts/io/aklivity/zilla/runtime/catalog/karapace/internal/resolve.schema.via.schema.id.rpt index 53692c0abd..bc962501bc 100644 --- a/runtime/catalog-karapace/src/test/scripts/io/aklivity/zilla/runtime/catalog/karapace/internal/resolve.schema.via.schema.id.rpt +++ b/runtime/catalog-karapace/src/test/scripts/io/aklivity/zilla/runtime/catalog/karapace/internal/resolve.schema.via.schema.id.rpt @@ -13,7 +13,7 @@ # specific language governing permissions and limitations under the License. # -accept "http://localhost:8081/schemas/ids/9" +accept "http://localhost:54322/schemas/ids/9" accepted connected diff --git a/runtime/catalog-karapace/src/test/scripts/io/aklivity/zilla/runtime/catalog/karapace/internal/resolve.schema.via.subject.version.failed.rpt b/runtime/catalog-karapace/src/test/scripts/io/aklivity/zilla/runtime/catalog/karapace/internal/resolve.schema.via.subject.version.failed.rpt index 0b3fe2ab5c..798ebb5181 100644 --- a/runtime/catalog-karapace/src/test/scripts/io/aklivity/zilla/runtime/catalog/karapace/internal/resolve.schema.via.subject.version.failed.rpt +++ b/runtime/catalog-karapace/src/test/scripts/io/aklivity/zilla/runtime/catalog/karapace/internal/resolve.schema.via.subject.version.failed.rpt @@ -13,7 +13,7 @@ # specific language governing permissions and limitations under the License. # -accept "http://localhost:8081/subjects/items-snapshots-value/versions/latest" +accept "http://localhost:54322/subjects/items-snapshots-value/versions/latest" accepted connected diff --git a/runtime/catalog-karapace/src/test/scripts/io/aklivity/zilla/runtime/catalog/karapace/internal/resolve.schema.via.subject.version.retry.rpt b/runtime/catalog-karapace/src/test/scripts/io/aklivity/zilla/runtime/catalog/karapace/internal/resolve.schema.via.subject.version.retry.rpt index 0c98c18f30..d2d4f10e79 100644 --- a/runtime/catalog-karapace/src/test/scripts/io/aklivity/zilla/runtime/catalog/karapace/internal/resolve.schema.via.subject.version.retry.rpt +++ b/runtime/catalog-karapace/src/test/scripts/io/aklivity/zilla/runtime/catalog/karapace/internal/resolve.schema.via.subject.version.retry.rpt @@ -13,7 +13,7 @@ # specific language governing permissions and limitations under the License. # -accept "http://localhost:8081/subjects/items-snapshots-value/versions/latest" +accept "http://localhost:54322/subjects/items-snapshots-value/versions/latest" accepted connected diff --git a/runtime/catalog-karapace/src/test/scripts/io/aklivity/zilla/runtime/catalog/karapace/internal/resolve.schema.via.subject.version.rpt b/runtime/catalog-karapace/src/test/scripts/io/aklivity/zilla/runtime/catalog/karapace/internal/resolve.schema.via.subject.version.rpt index ce59f33d9d..1017841a77 100644 --- a/runtime/catalog-karapace/src/test/scripts/io/aklivity/zilla/runtime/catalog/karapace/internal/resolve.schema.via.subject.version.rpt +++ b/runtime/catalog-karapace/src/test/scripts/io/aklivity/zilla/runtime/catalog/karapace/internal/resolve.schema.via.subject.version.rpt @@ -13,7 +13,7 @@ # specific language governing permissions and limitations under the License. # -accept "http://localhost:8081/subjects/items-snapshots-value/versions/latest" +accept "http://localhost:54322/subjects/items-snapshots-value/versions/latest" accepted connected diff --git a/runtime/engine/src/test/java/io/aklivity/zilla/runtime/engine/internal/ReconfigureHttpIT.java b/runtime/engine/src/test/java/io/aklivity/zilla/runtime/engine/internal/ReconfigureHttpIT.java index c4dea0780b..e96e39467b 100644 --- a/runtime/engine/src/test/java/io/aklivity/zilla/runtime/engine/internal/ReconfigureHttpIT.java +++ b/runtime/engine/src/test/java/io/aklivity/zilla/runtime/engine/internal/ReconfigureHttpIT.java @@ -69,7 +69,7 @@ public void setupRegisterLatch() throws Exception @Test @Configure(name = ENGINE_CONFIG_POLL_INTERVAL_SECONDS, value = "1") - @Configuration("http://localhost:8080/") + @Configuration("http://localhost:54321/") @Specification({ "${app}/reconfigure.modify.via.http/server", "${net}/reconfigure.modify.via.http/client" @@ -85,7 +85,7 @@ public void shouldReconfigureWhenModifiedHttp() throws Exception @Test @Configure(name = ENGINE_CONFIG_POLL_INTERVAL_SECONDS, value = "1") - @Configuration("http://localhost:8080/") + @Configuration("http://localhost:54321/") @Specification({ "${app}/reconfigure.create.via.http/server", "${net}/reconfigure.create.via.http/client" @@ -99,7 +99,7 @@ public void shouldReconfigureWhenCreatedHttp() throws Exception } @Test - @Configuration("http://localhost:8080/") + @Configuration("http://localhost:54321/") @Specification({ "${app}/reconfigure.delete.via.http/server", "${net}/reconfigure.delete.via.http/client" @@ -114,7 +114,7 @@ public void shouldReconfigureWhenDeletedHttp() throws Exception @Test @Configure(name = ENGINE_CONFIG_POLL_INTERVAL_SECONDS, value = "1") - @Configuration("http://localhost:8080/") + @Configuration("http://localhost:54321/") @Specification({ "${app}/reconfigure.modify.no.etag.via.http/server", "${net}/reconfigure.modify.no.etag.via.http/client" @@ -130,7 +130,7 @@ public void shouldReconfigureWhenModifiedHttpEtagNotSupported() throws Exception @Test @Configure(name = ENGINE_CONFIG_POLL_INTERVAL_SECONDS, value = "1") - @Configuration("http://localhost:8080/") + @Configuration("http://localhost:54321/") @Specification({ "${app}/reconfigure.server.error.via.http/server", "${net}/reconfigure.server.error.via.http/client" diff --git a/runtime/metrics-grpc/src/test/java/io/aklivity/zilla/runtime/metrics/grpc/internal/GrpcMetricGroupTest.java b/runtime/metrics-grpc/src/test/java/io/aklivity/zilla/runtime/metrics/grpc/internal/GrpcMetricGroupTest.java index f42a918c6b..74e66f8b68 100644 --- a/runtime/metrics-grpc/src/test/java/io/aklivity/zilla/runtime/metrics/grpc/internal/GrpcMetricGroupTest.java +++ b/runtime/metrics-grpc/src/test/java/io/aklivity/zilla/runtime/metrics/grpc/internal/GrpcMetricGroupTest.java @@ -137,7 +137,7 @@ public void shouldRecordGrpcRequestSize() .wrap(new UnsafeBuffer(new byte[128]), 0, 128) .typeId(0) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoStream") .metadataItem(h -> h.type(text) @@ -216,7 +216,7 @@ public void shouldRecordZeroGrpcRequestSize() .wrap(new UnsafeBuffer(new byte[128]), 0, 128) .typeId(0) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoStream") .metadataItem(h -> h.type(text) @@ -275,7 +275,7 @@ public void shouldNotRecordAbortedGrpcRequestSize() .wrap(new UnsafeBuffer(new byte[128]), 0, 128) .typeId(0) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoStream") .metadataItem(h -> h.type(text) @@ -370,7 +370,7 @@ public void shouldRecordGrpcResponseSize() .wrap(new UnsafeBuffer(new byte[128]), 0, 128) .typeId(0) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoStream") .metadataItem(h -> h.type(text) @@ -449,7 +449,7 @@ public void shouldRecordZeroGrpcResponseSize() .wrap(new UnsafeBuffer(new byte[128]), 0, 128) .typeId(0) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoStream") .metadataItem(h -> h.type(text) @@ -508,7 +508,7 @@ public void shouldNotRecordAbortedGrpcResponseSize() .wrap(new UnsafeBuffer(new byte[128]), 0, 128) .typeId(0) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoStream") .metadataItem(h -> h.type(text) diff --git a/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/config/client.http.secure.yaml b/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/config/client.http.secure.yaml index 78ecc23b9f..81ffe0e033 100644 --- a/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/config/client.http.secure.yaml +++ b/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/config/client.http.secure.yaml @@ -30,7 +30,7 @@ catalogs: version: 1.0.0 servers: plain: - host: localhost:8080 + host: localhost:54321 protocol: http protocolVersion: '2.0' defaultContentType: application/json diff --git a/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/config/client.http.yaml b/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/config/client.http.yaml index daf36a1130..8acc701f71 100644 --- a/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/config/client.http.yaml +++ b/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/config/client.http.yaml @@ -30,7 +30,7 @@ catalogs: version: 1.0.0 servers: plain: - host: localhost:8080 + host: localhost:54321 protocol: http protocolVersion: '2.0' defaultContentType: application/json diff --git a/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/config/server.http.secure.yaml b/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/config/server.http.secure.yaml index 6247c1f303..e24380eabc 100644 --- a/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/config/server.http.secure.yaml +++ b/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/config/server.http.secure.yaml @@ -30,7 +30,7 @@ catalogs: version: 1.0.0 servers: plain: - host: localhost:8080 + host: localhost:54321 protocol: http protocolVersion: '2.0' defaultContentType: application/json @@ -120,7 +120,7 @@ bindings: tcp: host: localhost port: - - 8080 + - 54321 tls: keys: - localhost diff --git a/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/config/server.http.yaml b/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/config/server.http.yaml index 5931f33bf1..3f85d4665a 100644 --- a/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/config/server.http.yaml +++ b/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/config/server.http.yaml @@ -31,7 +31,7 @@ catalogs: version: 1.0.0 servers: plain: - host: localhost:8080 + host: localhost:54321 protocol: http protocolVersion: '2.0' defaultContentType: application/json @@ -117,5 +117,5 @@ bindings: tcp: host: localhost port: - - 8080 + - 54321 exit: asyncapi0 diff --git a/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/config/server.multi.protocol.yaml b/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/config/server.multi.protocol.yaml index dab9239d7b..a1163fcc44 100644 --- a/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/config/server.multi.protocol.yaml +++ b/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/config/server.multi.protocol.yaml @@ -113,7 +113,7 @@ catalogs: version: 1.0.0 servers: plain: - host: localhost:8080 + host: localhost:54321 protocol: http protocolVersion: '2.0' defaultContentType: application/json diff --git a/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/streams/asyncapi/http/create.pet/client.rpt b/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/streams/asyncapi/http/create.pet/client.rpt index ff78135bb3..00a39ae0c4 100644 --- a/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/streams/asyncapi/http/create.pet/client.rpt +++ b/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/streams/asyncapi/http/create.pet/client.rpt @@ -27,7 +27,7 @@ write zilla:begin.ext ${asyncapi:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/pets") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "application/json") .header("content-length", "8") .build()) diff --git a/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/streams/asyncapi/http/create.pet/server.rpt b/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/streams/asyncapi/http/create.pet/server.rpt index d1a94ab5db..d03f98b7a0 100644 --- a/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/streams/asyncapi/http/create.pet/server.rpt +++ b/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/streams/asyncapi/http/create.pet/server.rpt @@ -29,7 +29,7 @@ read zilla:begin.ext ${asyncapi:matchBeginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/pets") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "application/json") .header("content-length", "8") .build()) diff --git a/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/streams/http/create.pet/client.rpt b/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/streams/http/create.pet/client.rpt index 9369358417..b7a4734fab 100644 --- a/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/streams/http/create.pet/client.rpt +++ b/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/streams/http/create.pet/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/pets") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "application/json") .header("content-length", "8") .build()} diff --git a/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/streams/http/create.pet/server.rpt b/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/streams/http/create.pet/server.rpt index 3f504e0c61..bccb7023e0 100644 --- a/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/streams/http/create.pet/server.rpt +++ b/specs/binding-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/asyncapi/streams/http/create.pet/server.rpt @@ -27,7 +27,7 @@ read zilla:begin.ext ${http:matchBeginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/pets") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "application/json") .header("content-length", "8") .build()} diff --git a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/client.sent.read.abort.unary.rpc/client.rpt b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/client.sent.read.abort.unary.rpc/client.rpt index 6ed757bbad..8e93a24f0e 100644 --- a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/client.sent.read.abort.unary.rpc/client.rpt +++ b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/client.sent.read.abort.unary.rpc/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/grpc0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .build()} diff --git a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/client.sent.read.abort.unary.rpc/server.rpt b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/client.sent.read.abort.unary.rpc/server.rpt index 388df5e27c..9956a92eeb 100644 --- a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/client.sent.read.abort.unary.rpc/server.rpt +++ b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/client.sent.read.abort.unary.rpc/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .build()} diff --git a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/client.sent.write.abort.unary.rpc/client.rpt b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/client.sent.write.abort.unary.rpc/client.rpt index e6263d2148..cf9c1834eb 100644 --- a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/client.sent.write.abort.unary.rpc/client.rpt +++ b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/client.sent.write.abort.unary.rpc/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/grpc0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .build()} diff --git a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/client.sent.write.abort.unary.rpc/server.rpt b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/client.sent.write.abort.unary.rpc/server.rpt index ad4cadcf30..1308cced85 100644 --- a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/client.sent.write.abort.unary.rpc/server.rpt +++ b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/client.sent.write.abort.unary.rpc/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .build()} diff --git a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/reject.request.body.unary.rpc/client.rpt b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/reject.request.body.unary.rpc/client.rpt index 78c0060785..48a1c5e91b 100644 --- a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/reject.request.body.unary.rpc/client.rpt +++ b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/reject.request.body.unary.rpc/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/grpc0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .build()} diff --git a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/reject.request.body.unary.rpc/server.rpt b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/reject.request.body.unary.rpc/server.rpt index fea7684758..b361926602 100644 --- a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/reject.request.body.unary.rpc/server.rpt +++ b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/reject.request.body.unary.rpc/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .build()} diff --git a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/reliable.unary.rpc/client.rpt b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/reliable.unary.rpc/client.rpt index e24b17835e..bc515431cd 100644 --- a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/reliable.unary.rpc/client.rpt +++ b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/reliable.unary.rpc/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/grpc0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata("last-message-id", "AQIABA") diff --git a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/reliable.unary.rpc/server.rpt b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/reliable.unary.rpc/server.rpt index b67d93cef2..38c1c4ddbb 100644 --- a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/reliable.unary.rpc/server.rpt +++ b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/reliable.unary.rpc/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata("last-message-id", "AQIABA") diff --git a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/unreliable.unary.rpc/client.rpt b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/unreliable.unary.rpc/client.rpt index be3fe6ff52..5cdbfe84a8 100644 --- a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/unreliable.unary.rpc/client.rpt +++ b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/unreliable.unary.rpc/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/grpc0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .build()} diff --git a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/unreliable.unary.rpc/server.rpt b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/unreliable.unary.rpc/server.rpt index c788bae4f8..fc2da30881 100644 --- a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/unreliable.unary.rpc/server.rpt +++ b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/fetch/unreliable.unary.rpc/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .build()} diff --git a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/bidi.stream.rpc.write.abort/client.rpt b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/bidi.stream.rpc.write.abort/client.rpt index ea5baa610b..62612c7fb8 100644 --- a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/bidi.stream.rpc.write.abort/client.rpt +++ b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/bidi.stream.rpc.write.abort/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/grpc0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoBidiStream") .metadata("custom", "test") diff --git a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/bidi.stream.rpc.write.abort/server.rpt b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/bidi.stream.rpc.write.abort/server.rpt index 5419111648..2a2252815a 100644 --- a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/bidi.stream.rpc.write.abort/server.rpt +++ b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/bidi.stream.rpc.write.abort/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoBidiStream") .metadata("custom", "test") diff --git a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/bidi.stream.rpc/client.rpt b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/bidi.stream.rpc/client.rpt index 3a5aa74d54..32ba677042 100644 --- a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/bidi.stream.rpc/client.rpt +++ b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/bidi.stream.rpc/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/grpc0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoBidiStream") .metadata("custom", "test") diff --git a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/bidi.stream.rpc/server.rpt b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/bidi.stream.rpc/server.rpt index 72d1d3cdf5..023f1cff34 100644 --- a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/bidi.stream.rpc/server.rpt +++ b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/bidi.stream.rpc/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoBidiStream") .metadata("custom", "test") diff --git a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/client.stream.rpc.write.abort/client.rpt b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/client.stream.rpc.write.abort/client.rpt index 4494bb5b59..c5eaba010e 100644 --- a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/client.stream.rpc.write.abort/client.rpt +++ b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/client.stream.rpc.write.abort/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/grpc0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoClientStream") .metadata("custom", "test") diff --git a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/client.stream.rpc.write.abort/server.rpt b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/client.stream.rpc.write.abort/server.rpt index 8296eabfc7..1d1fe1ebd6 100644 --- a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/client.stream.rpc.write.abort/server.rpt +++ b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/client.stream.rpc.write.abort/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoClientStream") .metadata("custom", "test") diff --git a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/client.stream.rpc/client.rpt b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/client.stream.rpc/client.rpt index 4e05a7c568..fa8d3bffd5 100644 --- a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/client.stream.rpc/client.rpt +++ b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/client.stream.rpc/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/grpc0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoClientStream") .metadata("custom", "test") diff --git a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/client.stream.rpc/server.rpt b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/client.stream.rpc/server.rpt index 22048338e9..5bd8cc7966 100644 --- a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/client.stream.rpc/server.rpt +++ b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/client.stream.rpc/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoClientStream") .metadata("custom", "test") diff --git a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/server.stream.rpc.read.aborted/client.rpt b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/server.stream.rpc.read.aborted/client.rpt index 6341916260..c5d1fd0b07 100644 --- a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/server.stream.rpc.read.aborted/client.rpt +++ b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/server.stream.rpc.read.aborted/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/grpc0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoServerStream") .metadata("custom", "test") diff --git a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/server.stream.rpc.read.aborted/server.rpt b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/server.stream.rpc.read.aborted/server.rpt index a57d830606..d58fdf67d7 100644 --- a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/server.stream.rpc.read.aborted/server.rpt +++ b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/server.stream.rpc.read.aborted/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoServerStream") .metadata("custom", "test") diff --git a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/server.stream.rpc/client.rpt b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/server.stream.rpc/client.rpt index a570d1a3b2..f76cbb4908 100644 --- a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/server.stream.rpc/client.rpt +++ b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/server.stream.rpc/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/grpc0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoServerStream") .metadata("custom", "test") diff --git a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/server.stream.rpc/server.rpt b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/server.stream.rpc/server.rpt index 8758f82dee..0f4e51f9fa 100644 --- a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/server.stream.rpc/server.rpt +++ b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/server.stream.rpc/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoServerStream") .metadata("custom", "test") diff --git a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc.error/client.rpt b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc.error/client.rpt index dfc9f9f631..857c254784 100644 --- a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc.error/client.rpt +++ b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc.error/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/grpc0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata("custom", "test") diff --git a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc.error/server.rpt b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc.error/server.rpt index 1d240780ec..fd97816110 100644 --- a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc.error/server.rpt +++ b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc.error/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata("custom", "test") diff --git a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc.message.value.100k/client.rpt b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc.message.value.100k/client.rpt index f8d64c29be..3169883780 100644 --- a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc.message.value.100k/client.rpt +++ b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc.message.value.100k/client.rpt @@ -22,7 +22,7 @@ connect "zilla://streams/grpc0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata("custom", "test") diff --git a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc.message.value.100k/server.rpt b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc.message.value.100k/server.rpt index b91f68a5a2..11cd27068c 100644 --- a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc.message.value.100k/server.rpt +++ b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc.message.value.100k/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata("custom", "test") diff --git a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc.rejected/client.rpt b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc.rejected/client.rpt index 5efc8097d0..e53a535ffe 100644 --- a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc.rejected/client.rpt +++ b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc.rejected/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/grpc0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata("custom", "test") diff --git a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc.rejected/server.rpt b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc.rejected/server.rpt index 5aa462a186..6a24fa7f06 100644 --- a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc.rejected/server.rpt +++ b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc.rejected/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata("custom", "test") diff --git a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc.sent.write.abort/client.rpt b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc.sent.write.abort/client.rpt index e1cdc161c4..e5a74e04cf 100644 --- a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc.sent.write.abort/client.rpt +++ b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc.sent.write.abort/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/grpc0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata("custom", "test") diff --git a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc.sent.write.abort/server.rpt b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc.sent.write.abort/server.rpt index e52c7cc9e0..6cd87939da 100644 --- a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc.sent.write.abort/server.rpt +++ b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc.sent.write.abort/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata("custom", "test") diff --git a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc/client.rpt b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc/client.rpt index 47922b4509..902a4f106e 100644 --- a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc/client.rpt +++ b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/grpc0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata("custom", "test") diff --git a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc/server.rpt b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc/server.rpt index 310ef438f8..62418fcd6e 100644 --- a/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc/server.rpt +++ b/specs/binding-grpc-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/streams/grpc/produce/unary.rpc/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata("custom", "test") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/bidirectional.stream.rpc/message.exchange/client.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/bidirectional.stream.rpc/message.exchange/client.rpt index 3f4099dd0b..77f5d46927 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/bidirectional.stream.rpc/message.exchange/client.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/bidirectional.stream.rpc/message.exchange/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoStream") .metadata("custom", "test") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/bidirectional.stream.rpc/message.exchange/server.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/bidirectional.stream.rpc/message.exchange/server.rpt index 8718dc811c..0589ce1005 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/bidirectional.stream.rpc/message.exchange/server.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/bidirectional.stream.rpc/message.exchange/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoStream") .metadata("custom", "test") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/client.stream.rpc/message.exchange/client.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/client.stream.rpc/message.exchange/client.rpt index 762246674b..e60f0aea7b 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/client.stream.rpc/message.exchange/client.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/client.stream.rpc/message.exchange/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoClientStream") .metadata("custom", "test") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/client.stream.rpc/message.exchange/server.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/client.stream.rpc/message.exchange/server.rpt index 9082aaa252..06bf4feab9 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/client.stream.rpc/message.exchange/server.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/client.stream.rpc/message.exchange/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoClientStream") .metadata("custom", "test") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/server.stream.rpc/message.exchange/client.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/server.stream.rpc/message.exchange/client.rpt index fc7c6c23b2..29483ac6c9 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/server.stream.rpc/message.exchange/client.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/server.stream.rpc/message.exchange/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoServerStream") .metadata("custom", "test") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/server.stream.rpc/message.exchange/server.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/server.stream.rpc/message.exchange/server.rpt index 32b81d29e9..a104b097c0 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/server.stream.rpc/message.exchange/server.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/server.stream.rpc/message.exchange/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoServerStream") .metadata("custom", "test") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/binary.metadata/client.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/binary.metadata/client.rpt index 48a87dcdd5..9f16f9670a 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/binary.metadata/client.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/binary.metadata/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata("BASE64", "custom", "dGVzdA==") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/binary.metadata/server.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/binary.metadata/server.rpt index a6d0681938..d0970bb7e1 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/binary.metadata/server.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/binary.metadata/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata("BASE64", "custom", "dGVzdA==") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/empty.message.exchange/client.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/empty.message.exchange/client.rpt index 810cbfab06..7229d3f203 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/empty.message.exchange/client.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/empty.message.exchange/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata("custom", "test") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/empty.message.exchange/server.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/empty.message.exchange/server.rpt index 2514f620db..117afef475 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/empty.message.exchange/server.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/empty.message.exchange/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata("custom", "test") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/message.exchange.100k/client.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/message.exchange.100k/client.rpt index 425a004f09..394279e1af 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/message.exchange.100k/client.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/message.exchange.100k/client.rpt @@ -22,7 +22,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata("custom", "test") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/message.exchange.100k/server.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/message.exchange.100k/server.rpt index 0aea96b045..06e0b26d10 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/message.exchange.100k/server.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/message.exchange.100k/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata("custom", "test") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/message.exchange/client.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/message.exchange/client.rpt index a10bcfb563..f977d96ad6 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/message.exchange/client.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/message.exchange/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata("custom", "test") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/message.exchange/server.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/message.exchange/server.rpt index 91092a9cd3..a67ccbf00f 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/message.exchange/server.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/message.exchange/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata("custom", "test") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/response.missing.grpc.status/client.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/response.missing.grpc.status/client.rpt index fc13096d57..19e55a1a7f 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/response.missing.grpc.status/client.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/response.missing.grpc.status/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata("custom", "test") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/response.missing.grpc.status/server.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/response.missing.grpc.status/server.rpt index 2bbfdf4e81..cf81ed3080 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/response.missing.grpc.status/server.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/response.missing.grpc.status/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata("custom", "test") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/response.timeout/client.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/response.timeout/client.rpt index f4950f4526..905d4443aa 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/response.timeout/client.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/response.timeout/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata("custom", "test") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/response.timeout/server.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/response.timeout/server.rpt index 0fb12df1cf..e29cf08f8c 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/response.timeout/server.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/response.timeout/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata("custom", "test") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/server.send.read.abort.on.open.request/client.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/server.send.read.abort.on.open.request/client.rpt index ef28c9cf7f..0301f4f73d 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/server.send.read.abort.on.open.request/client.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/server.send.read.abort.on.open.request/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata("custom", "test") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/server.send.read.abort.on.open.request/server.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/server.send.read.abort.on.open.request/server.rpt index 60982423be..8631bf8977 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/server.send.read.abort.on.open.request/server.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/server.send.read.abort.on.open.request/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata("custom", "test") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/server.send.write.abort.on.open.request.response/client.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/server.send.write.abort.on.open.request.response/client.rpt index fd518f2550..7da7ded1ff 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/server.send.write.abort.on.open.request.response/client.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/server.send.write.abort.on.open.request.response/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata("custom", "test") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/server.send.write.abort.on.open.request.response/server.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/server.send.write.abort.on.open.request.response/server.rpt index 5c843a5ca4..e9bd4506cc 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/server.send.write.abort.on.open.request.response/server.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/server.send.write.abort.on.open.request.response/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata("custom", "test") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/server.send.write.abort.on.open.response/client.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/server.send.write.abort.on.open.response/client.rpt index adbca04b17..969c3966a5 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/server.send.write.abort.on.open.response/client.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/server.send.write.abort.on.open.response/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata("custom", "test") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/server.send.write.abort.on.open.response/server.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/server.send.write.abort.on.open.response/server.rpt index f7289de25b..ac1c1a4832 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/server.send.write.abort.on.open.response/server.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/application/unary.rpc/server.send.write.abort.on.open.response/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata("custom", "test") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/bidirectional.stream.rpc/message.exchange/client.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/bidirectional.stream.rpc/message.exchange/client.rpt index c1870dbbb6..b0d5ed647e 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/bidirectional.stream.rpc/message.exchange/client.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/bidirectional.stream.rpc/message.exchange/client.rpt @@ -21,7 +21,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoStream") .header("content-type", "application/grpc") .header("te", "trailers") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/bidirectional.stream.rpc/message.exchange/server.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/bidirectional.stream.rpc/message.exchange/server.rpt index 4389843cc8..ee94375e12 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/bidirectional.stream.rpc/message.exchange/server.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/bidirectional.stream.rpc/message.exchange/server.rpt @@ -22,7 +22,7 @@ read zilla:begin.ext ${http:matchBeginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoStream") .header("content-type", "application/grpc") .header("te", "trailers") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/client.stream.rpc/message.exchange/client.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/client.stream.rpc/message.exchange/client.rpt index 28ecf8ab16..4179c299b1 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/client.stream.rpc/message.exchange/client.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/client.stream.rpc/message.exchange/client.rpt @@ -21,7 +21,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoClientStream") .header("content-type", "application/grpc") .header("te", "trailers") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/client.stream.rpc/message.exchange/server.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/client.stream.rpc/message.exchange/server.rpt index 77bbeb2a44..373cbfe9a2 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/client.stream.rpc/message.exchange/server.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/client.stream.rpc/message.exchange/server.rpt @@ -22,7 +22,7 @@ read zilla:begin.ext ${http:matchBeginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoClientStream") .header("content-type", "application/grpc") .header("te", "trailers") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/rejected.rpc/method.not.post/client.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/rejected.rpc/method.not.post/client.rpt index a629225db5..7f895275b2 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/rejected.rpc/method.not.post/client.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/rejected.rpc/method.not.post/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", httpMethod) .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoUnary") .header("content-type", "application/grpc") .build()} diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/rejected.rpc/method.not.post/server.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/rejected.rpc/method.not.post/server.rpt index e4a4602c51..3c27f6abe8 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/rejected.rpc/method.not.post/server.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/rejected.rpc/method.not.post/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:matchBeginEx() .typeId(zilla:id("http")) .header(":method", httpMethod) .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoUnary") .header("content-type", "application/grpc") .build()} diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/rejected.rpc/missing.te.trailers/client.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/rejected.rpc/missing.te.trailers/client.rpt index eb59c9ff28..96a089f191 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/rejected.rpc/missing.te.trailers/client.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/rejected.rpc/missing.te.trailers/client.rpt @@ -21,7 +21,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoUnary") .header("content-type", "application/grpc") .header("custom", "test") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/rejected.rpc/missing.te.trailers/server.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/rejected.rpc/missing.te.trailers/server.rpt index 09d0542ccb..3dbb444f77 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/rejected.rpc/missing.te.trailers/server.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/rejected.rpc/missing.te.trailers/server.rpt @@ -22,7 +22,7 @@ read zilla:begin.ext ${http:matchBeginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoUnary") .header("content-type", "application/grpc") .header("custom", "test") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/rejected.rpc/unrecognized.rpc/client.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/rejected.rpc/unrecognized.rpc/client.rpt index 624356699e..27b13a3f8a 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/rejected.rpc/unrecognized.rpc/client.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/rejected.rpc/unrecognized.rpc/client.rpt @@ -21,7 +21,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/Unrecognized") .header("content-type", "application/grpc") .build()} diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/rejected.rpc/unrecognized.rpc/server.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/rejected.rpc/unrecognized.rpc/server.rpt index 94ae789a24..510548f370 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/rejected.rpc/unrecognized.rpc/server.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/rejected.rpc/unrecognized.rpc/server.rpt @@ -22,7 +22,7 @@ read zilla:begin.ext ${http:matchBeginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/Unrecognized") .header("content-type", "application/grpc") .build()} diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/rejected.rpc/unsupported.content.type/client.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/rejected.rpc/unsupported.content.type/client.rpt index aff3b07d93..bf88c86144 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/rejected.rpc/unsupported.content.type/client.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/rejected.rpc/unsupported.content.type/client.rpt @@ -21,7 +21,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoUnary") .header("content-type", "application/text") .header("te", "trailers") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/rejected.rpc/unsupported.content.type/server.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/rejected.rpc/unsupported.content.type/server.rpt index 13e8a296db..571045c8b0 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/rejected.rpc/unsupported.content.type/server.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/rejected.rpc/unsupported.content.type/server.rpt @@ -22,7 +22,7 @@ read zilla:begin.ext ${http:matchBeginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoUnary") .header("content-type", "application/text") .header("te", "trailers") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/server.stream.rpc/message.exchange/client.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/server.stream.rpc/message.exchange/client.rpt index ff1c76eed3..1a36a7785f 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/server.stream.rpc/message.exchange/client.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/server.stream.rpc/message.exchange/client.rpt @@ -21,7 +21,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoServerStream") .header("content-type", "application/grpc") .header("te", "trailers") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/server.stream.rpc/message.exchange/server.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/server.stream.rpc/message.exchange/server.rpt index 32f27db1d5..7fde2b64aa 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/server.stream.rpc/message.exchange/server.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/server.stream.rpc/message.exchange/server.rpt @@ -22,7 +22,7 @@ read zilla:begin.ext ${http:matchBeginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoServerStream") .header("content-type", "application/grpc") .header("te", "trailers") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/binary.metadata/client.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/binary.metadata/client.rpt index 3c7b9ab091..ac664d8191 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/binary.metadata/client.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/binary.metadata/client.rpt @@ -21,7 +21,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoUnary") .header("content-type", "application/grpc") .header("te", "trailers") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/binary.metadata/server.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/binary.metadata/server.rpt index d1608e9e03..baa3a4825f 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/binary.metadata/server.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/binary.metadata/server.rpt @@ -22,7 +22,7 @@ read zilla:begin.ext ${http:matchBeginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoUnary") .header("content-type", "application/grpc") .header("te", "trailers") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/empty.message.exchange/client.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/empty.message.exchange/client.rpt index d875bda89d..1f8163c685 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/empty.message.exchange/client.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/empty.message.exchange/client.rpt @@ -21,7 +21,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoUnary") .header("content-type", "application/grpc") .header("te", "trailers") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/empty.message.exchange/server.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/empty.message.exchange/server.rpt index 676b06df8f..e705bdd258 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/empty.message.exchange/server.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/empty.message.exchange/server.rpt @@ -22,7 +22,7 @@ read zilla:begin.ext ${http:matchBeginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoUnary") .header("content-type", "application/grpc") .header("te", "trailers") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/grpc.web/client.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/grpc.web/client.rpt index 74c4c51548..e9e7d9fd10 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/grpc.web/client.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/grpc.web/client.rpt @@ -21,7 +21,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoUnary") .header("content-type", "application/grpc-web+proto") .header("te", "trailers") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/grpc.web/server.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/grpc.web/server.rpt index 8c0eb95cf0..fce225751c 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/grpc.web/server.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/grpc.web/server.rpt @@ -22,7 +22,7 @@ read zilla:begin.ext ${http:matchBeginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoUnary") .header("content-type", "application/grpc-web+proto") .header("te", "trailers") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/message.exchange.100k/client.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/message.exchange.100k/client.rpt index b3332ba0f0..1ce2f5ecca 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/message.exchange.100k/client.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/message.exchange.100k/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoUnary") .header("content-type", "application/grpc") .header("te", "trailers") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/message.exchange.100k/server.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/message.exchange.100k/server.rpt index 427fc42c94..5b73604c15 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/message.exchange.100k/server.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/message.exchange.100k/server.rpt @@ -22,7 +22,7 @@ read zilla:begin.ext ${http:matchBeginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoUnary") .header("content-type", "application/grpc") .header("te", "trailers") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/message.exchange/client.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/message.exchange/client.rpt index 12745f4b4a..eeeb64c8e8 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/message.exchange/client.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/message.exchange/client.rpt @@ -21,7 +21,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoUnary") .header("content-type", "application/grpc") .header("te", "trailers") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/message.exchange/server.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/message.exchange/server.rpt index f237c3785d..a586459fbf 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/message.exchange/server.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/message.exchange/server.rpt @@ -22,7 +22,7 @@ read zilla:begin.ext ${http:matchBeginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoUnary") .header("content-type", "application/grpc") .header("te", "trailers") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/response.missing.grpc.status/client.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/response.missing.grpc.status/client.rpt index 866729ae1b..8267448369 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/response.missing.grpc.status/client.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/response.missing.grpc.status/client.rpt @@ -21,7 +21,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoUnary") .header("content-type", "application/grpc") .header("te", "trailers") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/response.missing.grpc.status/server.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/response.missing.grpc.status/server.rpt index d3ce8b85fe..2ebcfc8df6 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/response.missing.grpc.status/server.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/response.missing.grpc.status/server.rpt @@ -22,7 +22,7 @@ read zilla:begin.ext ${http:matchBeginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoUnary") .header("content-type", "application/grpc") .header("te", "trailers") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/response.timeout/client.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/response.timeout/client.rpt index df957c9d94..d720791dc7 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/response.timeout/client.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/response.timeout/client.rpt @@ -21,7 +21,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoUnary") .header("content-type", "application/grpc") .header("te", "trailers") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/response.timeout/server.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/response.timeout/server.rpt index 8557252042..5787e9ab9d 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/response.timeout/server.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/response.timeout/server.rpt @@ -22,7 +22,7 @@ read zilla:begin.ext ${http:matchBeginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoUnary") .header("content-type", "application/grpc") .header("te", "trailers") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/response.with.grpc.error/client.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/response.with.grpc.error/client.rpt index ffc2ab5410..d5171e7f45 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/response.with.grpc.error/client.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/response.with.grpc.error/client.rpt @@ -21,7 +21,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoUnary") .header("content-type", "application/grpc") .header("te", "trailers") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/response.with.grpc.error/server.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/response.with.grpc.error/server.rpt index 85625a5ced..e82864d625 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/response.with.grpc.error/server.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/response.with.grpc.error/server.rpt @@ -22,7 +22,7 @@ read zilla:begin.ext ${http:matchBeginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoUnary") .header("content-type", "application/grpc") .header("te", "trailers") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/server.send.read.abort.on.open.request/client.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/server.send.read.abort.on.open.request/client.rpt index 28f5b3ed2e..7d3b909fba 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/server.send.read.abort.on.open.request/client.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/server.send.read.abort.on.open.request/client.rpt @@ -21,7 +21,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoUnary") .header("content-type", "application/grpc") .header("te", "trailers") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/server.send.read.abort.on.open.request/server.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/server.send.read.abort.on.open.request/server.rpt index cf17b60baf..24384a6dfc 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/server.send.read.abort.on.open.request/server.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/server.send.read.abort.on.open.request/server.rpt @@ -22,7 +22,7 @@ read zilla:begin.ext ${http:matchBeginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoUnary") .header("content-type", "application/grpc") .header("te", "trailers") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/server.send.write.abort.on.open.request.response/client.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/server.send.write.abort.on.open.request.response/client.rpt index 69d95dd67e..842510f41e 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/server.send.write.abort.on.open.request.response/client.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/server.send.write.abort.on.open.request.response/client.rpt @@ -21,7 +21,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoUnary") .header("content-type", "application/grpc") .header("te", "trailers") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/server.send.write.abort.on.open.request.response/server.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/server.send.write.abort.on.open.request.response/server.rpt index 9f05c05adb..8c8de9c342 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/server.send.write.abort.on.open.request.response/server.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/server.send.write.abort.on.open.request.response/server.rpt @@ -22,7 +22,7 @@ read zilla:begin.ext ${http:matchBeginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoUnary") .header("content-type", "application/grpc") .header("te", "trailers") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/server.send.write.abort.on.open.response/client.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/server.send.write.abort.on.open.response/client.rpt index d5af75fc51..9dbf10d42d 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/server.send.write.abort.on.open.response/client.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/server.send.write.abort.on.open.response/client.rpt @@ -21,7 +21,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoUnary") .header("content-type", "application/grpc") .header("te", "trailers") diff --git a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/server.send.write.abort.on.open.response/server.rpt b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/server.send.write.abort.on.open.response/server.rpt index f60d03ad9d..9f7c0ce411 100644 --- a/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/server.send.write.abort.on.open.response/server.rpt +++ b/specs/binding-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/streams/network/unary.rpc/server.send.write.abort.on.open.response/server.rpt @@ -22,7 +22,7 @@ read zilla:begin.ext ${http:matchBeginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/example.EchoService/EchoUnary") .header("content-type", "application/grpc") .header("te", "trailers") diff --git a/specs/binding-grpc.spec/src/test/java/io/aklivity/zilla/specs/binding/grpc/internal/GrpcFunctionsTest.java b/specs/binding-grpc.spec/src/test/java/io/aklivity/zilla/specs/binding/grpc/internal/GrpcFunctionsTest.java index 014121b9a6..902e799895 100644 --- a/specs/binding-grpc.spec/src/test/java/io/aklivity/zilla/specs/binding/grpc/internal/GrpcFunctionsTest.java +++ b/specs/binding-grpc.spec/src/test/java/io/aklivity/zilla/specs/binding/grpc/internal/GrpcFunctionsTest.java @@ -73,7 +73,7 @@ public void shouldGenerateBeginExtension() byte[] build = GrpcFunctions.beginEx() .typeId(0x01) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata("custom", "test") @@ -81,7 +81,7 @@ public void shouldGenerateBeginExtension() DirectBuffer buffer = new UnsafeBuffer(build); GrpcBeginExFW beginEx = new GrpcBeginExFW().wrap(buffer, 0, buffer.capacity()); assertEquals("http", beginEx.scheme().asString()); - assertEquals("localhost:8080", beginEx.authority().asString()); + assertEquals("localhost:54321", beginEx.authority().asString()); assertEquals("example.EchoService", beginEx.service().asString()); assertEquals("EchoUnary", beginEx.method().asString()); beginEx.metadata().forEach(h -> @@ -100,7 +100,7 @@ public void shouldMatchBeginExtension() throws Exception BytesMatcher matcher = GrpcFunctions.matchBeginEx() .typeId(0x01) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata(custom, value) @@ -111,7 +111,7 @@ public void shouldMatchBeginExtension() throws Exception new GrpcBeginExFW.Builder().wrap(new UnsafeBuffer(byteBuf), 0, byteBuf.capacity()) .typeId(0x01) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadataItem(h -> h.type(t -> t.set(TEXT).build()).nameLen(custom.length()) diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v1.1/client.override.yaml b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v1.1/client.override.yaml index b4ede79b53..1eb73cff12 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v1.1/client.override.yaml +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v1.1/client.override.yaml @@ -24,5 +24,5 @@ bindings: versions: - http/1.1 overrides: - :authority: localhost:8080 + :authority: localhost:54321 exit: net0 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v1.1/client.yaml b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v1.1/client.yaml index e9b49b792f..1774ceb699 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v1.1/client.yaml +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v1.1/client.yaml @@ -27,4 +27,4 @@ bindings: - exit: net0 when: - headers: - :authority: localhost:8080 + :authority: localhost:54321 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v1.1/server.event.yaml b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v1.1/server.event.yaml index 8411e8348e..8794ee7307 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v1.1/server.event.yaml +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v1.1/server.event.yaml @@ -24,7 +24,7 @@ telemetry: events: - qname: test.net0 id: binding.http.request.accepted - message: REQUEST_ACCEPTED - http GET localhost:8080 / + message: REQUEST_ACCEPTED - http GET localhost:54321 / bindings: net0: type: http @@ -36,4 +36,4 @@ bindings: - exit: app0 when: - headers: - :authority: localhost:8080 + :authority: localhost:54321 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v1.1/server.model.yaml b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v1.1/server.model.yaml index f70ed53ed2..8c9398b5c6 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v1.1/server.model.yaml +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v1.1/server.model.yaml @@ -56,4 +56,4 @@ bindings: - exit: app0 when: - headers: - :authority: localhost:8080 + :authority: localhost:54321 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v1.1/server.yaml b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v1.1/server.yaml index b838e53aa2..6145e70284 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v1.1/server.yaml +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v1.1/server.yaml @@ -27,4 +27,4 @@ bindings: - exit: app0 when: - headers: - :authority: localhost:8080 + :authority: localhost:54321 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v2/client.override.yaml b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v2/client.override.yaml index 3d4913a68b..c66fbddb23 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v2/client.override.yaml +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v2/client.override.yaml @@ -24,5 +24,5 @@ bindings: versions: - h2 overrides: - :authority: localhost:8080 + :authority: localhost:54321 exit: net0 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v2/client.yaml b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v2/client.yaml index cacc61bf5e..fd9e16763b 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v2/client.yaml +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v2/client.yaml @@ -27,4 +27,4 @@ bindings: - exit: net0 when: - headers: - :authority: localhost:8080 + :authority: localhost:54321 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v2/server.event.yaml b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v2/server.event.yaml index 0a1cebed55..1738b7dedc 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v2/server.event.yaml +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v2/server.event.yaml @@ -24,7 +24,7 @@ telemetry: events: - qname: test.net0 id: binding.http.request.accepted - message: REQUEST_ACCEPTED - http GET localhost:8080 / + message: REQUEST_ACCEPTED - http GET localhost:54321 / bindings: net0: type: http @@ -36,4 +36,4 @@ bindings: - exit: app0 when: - headers: - :authority: localhost:8080 + :authority: localhost:54321 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v2/server.model.yaml b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v2/server.model.yaml index ad507a7721..e059b8a477 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v2/server.model.yaml +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v2/server.model.yaml @@ -56,4 +56,4 @@ bindings: - exit: app0 when: - headers: - :authority: localhost:8080 + :authority: localhost:54321 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v2/server.yaml b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v2/server.yaml index 2865e97d8e..d66c890ae5 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v2/server.yaml +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/config/v2/server.yaml @@ -27,4 +27,4 @@ bindings: - exit: app0 when: - headers: - :authority: localhost:8080 + :authority: localhost:54321 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/advisory/request.and.flush/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/advisory/request.and.flush/client.rpt index 25a4665b3d..c3d60e528f 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/advisory/request.and.flush/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/advisory/request.and.flush/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-length", "11") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/advisory/request.and.flush/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/advisory/request.and.flush/server.rpt index db9df9711a..1d37cc0e51 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/advisory/request.and.flush/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/advisory/request.and.flush/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-length", "11") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/architecture/request.and.response/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/architecture/request.and.response/client.rpt index eca142616e..069ccfdd1c 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/architecture/request.and.response/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/architecture/request.and.response/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/architecture/request.and.response/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/architecture/request.and.response/server.rpt index 7b337d127f..35ef0cf11e 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/architecture/request.and.response/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/architecture/request.and.response/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/architecture/request.uri.with.percent.chars/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/architecture/request.uri.with.percent.chars/client.rpt index 565a291b14..19d43434f4 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/architecture/request.uri.with.percent.chars/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/architecture/request.uri.with.percent.chars/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/Some%20%2f%20Path") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/architecture/request.uri.with.percent.chars/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/architecture/request.uri.with.percent.chars/server.rpt index 9f39841c12..0bf932040a 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/architecture/request.uri.with.percent.chars/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/architecture/request.uri.with.percent.chars/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/Some%20%2f%20Path") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/architecture/request.version.1.2+/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/architecture/request.version.1.2+/client.rpt index a9c2a41519..102d52b220 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/architecture/request.version.1.2+/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/architecture/request.version.1.2+/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/architecture/request.version.1.2+/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/architecture/request.version.1.2+/server.rpt index 611864b295..57177c1993 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/architecture/request.version.1.2+/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/architecture/request.version.1.2+/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/architecture/response.version.missing/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/architecture/response.version.missing/client.rpt index 50a156b140..2bbd0c2fb7 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/architecture/response.version.missing/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/architecture/response.version.missing/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/architecture/response.version.missing/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/architecture/response.version.missing/server.rpt index c78c0658e0..ce70ac1fd5 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/architecture/response.version.missing/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/architecture/response.version.missing/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/503.with.retry.after/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/503.with.retry.after/client.rpt index e1c212c9a1..9625726b41 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/503.with.retry.after/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/503.with.retry.after/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request1") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -42,7 +42,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request2") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/503.with.retry.after/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/503.with.retry.after/server.rpt index 4384389e02..0cf40c8e39 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/503.with.retry.after/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/503.with.retry.after/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request1") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -49,7 +49,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request2") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -74,7 +74,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request3") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/concurrent.requests.with.content/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/concurrent.requests.with.content/client.rpt index 15ee87f6d3..1e21271a90 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/concurrent.requests.with.content/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/concurrent.requests.with.content/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request1") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -48,7 +48,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request2") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -73,7 +73,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request3") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/concurrent.requests.with.content/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/concurrent.requests.with.content/server.rpt index b6dbade261..68708e39ca 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/concurrent.requests.with.content/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/concurrent.requests.with.content/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request1") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -47,7 +47,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request2") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -70,7 +70,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request3") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/concurrent.requests/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/concurrent.requests/client.rpt index 15ee87f6d3..1e21271a90 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/concurrent.requests/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/concurrent.requests/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request1") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -48,7 +48,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request2") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -73,7 +73,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request3") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/concurrent.requests/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/concurrent.requests/server.rpt index 8dcd0e12f8..8d73c88108 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/concurrent.requests/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/concurrent.requests/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request1") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -47,7 +47,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request2") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -70,7 +70,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request3") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/concurrent.upgrade.requests.and.responses.with.data/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/concurrent.upgrade.requests.and.responses.with.data/client.rpt index 831a3dde81..04b2273120 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/concurrent.upgrade.requests.and.responses.with.data/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/concurrent.upgrade.requests.and.responses.with.data/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("upgrade", "WebSocket") .header("connection", "upgrade") .build()} @@ -51,7 +51,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("upgrade", "WebSocket") .header("connection", "upgrade") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/concurrent.upgrade.requests.and.responses.with.data/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/concurrent.upgrade.requests.and.responses.with.data/server.rpt index 63bc2220c4..84bf20d192 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/concurrent.upgrade.requests.and.responses.with.data/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/concurrent.upgrade.requests.and.responses.with.data/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("upgrade", "WebSocket") .header("connection", "upgrade") .build()} @@ -49,7 +49,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("upgrade", "WebSocket") .header("connection", "upgrade") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/first.pipelined.response.has.connection.close/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/first.pipelined.response.has.connection.close/client.rpt index fc9e2290b8..6dde82d0ac 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/first.pipelined.response.has.connection.close/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/first.pipelined.response.has.connection.close/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request1") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -50,7 +50,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request2") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/first.pipelined.response.has.connection.close/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/first.pipelined.response.has.connection.close/server.rpt index b3a6fabd52..fcdad1bb59 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/first.pipelined.response.has.connection.close/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/first.pipelined.response.has.connection.close/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request1") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -48,7 +48,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request2") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/multiple.requests.same.connection/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/multiple.requests.same.connection/client.rpt index 8ffbd05115..ac774a7599 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/multiple.requests.same.connection/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/multiple.requests.same.connection/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request1") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -49,7 +49,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request2") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -75,7 +75,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request3") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/multiple.requests.same.connection/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/multiple.requests.same.connection/server.rpt index 8dcd0e12f8..8d73c88108 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/multiple.requests.same.connection/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/multiple.requests.same.connection/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request1") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -47,7 +47,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request2") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -70,7 +70,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request3") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/multiple.requests.serialized/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/multiple.requests.serialized/client.rpt index efbd179e68..c504655180 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/multiple.requests.serialized/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/multiple.requests.serialized/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request1") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -51,7 +51,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request2") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -78,7 +78,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request3") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/multiple.requests.serialized/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/multiple.requests.serialized/server.rpt index 4384389e02..0cf40c8e39 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/multiple.requests.serialized/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/multiple.requests.serialized/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request1") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -49,7 +49,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request2") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -74,7 +74,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request3") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/pending.request.second.request.and.abort/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/pending.request.second.request.and.abort/client.rpt index c52aa63d1a..b9526a7d6d 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/pending.request.second.request.and.abort/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/pending.request.second.request.and.abort/client.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected write close @@ -44,7 +44,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connect abort write notify REQUEST_TWO_ABORTED @@ -59,7 +59,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected write close diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/pending.request.second.request.and.abort/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/pending.request.second.request.and.abort/server.rpt index d98eeb7386..d8677fae29 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/pending.request.second.request.and.abort/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/pending.request.second.request.and.abort/server.rpt @@ -25,7 +25,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected read closed @@ -42,7 +42,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} @@ -52,7 +52,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected read closed diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/proxy.must.not.forward.connection.header/backend.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/proxy.must.not.forward.connection.header/backend.rpt index 63bbecf438..e28beab938 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/proxy.must.not.forward.connection.header/backend.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/proxy.must.not.forward.connection.header/backend.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} write zilla:begin.ext ${http:beginEx() diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/proxy.must.not.forward.connection.header/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/proxy.must.not.forward.connection.header/client.rpt index 2e4a45988f..438f849586 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/proxy.must.not.forward.connection.header/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/proxy.must.not.forward.connection.header/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("connection", "connectionOption1,close") .header("connectionOption1", "value1") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/proxy.must.not.forward.connection.header/proxy.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/proxy.must.not.forward.connection.header/proxy.rpt index cfa5976d73..6c26eb03da 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/proxy.must.not.forward.connection.header/proxy.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/proxy.must.not.forward.connection.header/proxy.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("connection", "connectionOption1,close") .header("connectionOption1", "value1") .build()} @@ -49,7 +49,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} read zilla:begin.ext ${http:beginEx() diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/proxy.must.not.retry.non.idempotent.requests/backend.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/proxy.must.not.retry.non.idempotent.requests/backend.rpt index ce685c8e53..6eafbf8ec7 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/proxy.must.not.retry.non.idempotent.requests/backend.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/proxy.must.not.retry.non.idempotent.requests/backend.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/intermediary") - .header(":authority", "proxy:8080") + .header(":authority", "proxy:54321") .header("content-length", "11") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/proxy.must.not.retry.non.idempotent.requests/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/proxy.must.not.retry.non.idempotent.requests/client.rpt index aa51dd8657..fa62054647 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/proxy.must.not.retry.non.idempotent.requests/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/proxy.must.not.retry.non.idempotent.requests/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/intermediary") - .header(":authority", "proxy:8080") + .header(":authority", "proxy:54321") .header("content-length", "11") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/proxy.must.not.retry.non.idempotent.requests/proxy.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/proxy.must.not.retry.non.idempotent.requests/proxy.rpt index 2bc75d9a35..7b40427f6f 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/proxy.must.not.retry.non.idempotent.requests/proxy.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/proxy.must.not.retry.non.idempotent.requests/proxy.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/intermediary") - .header(":authority", "proxy:8080") + .header(":authority", "proxy:54321") .header("content-length", "11") .build()} @@ -49,7 +49,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/intermediary") - .header(":authority", "proxy:8080") + .header(":authority", "proxy:54321") .header("content-length", "11") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.503.response.with.retry/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.503.response.with.retry/client.rpt index afe32dd720..8c27feef4d 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.503.response.with.retry/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.503.response.with.retry/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -51,7 +51,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.503.response.with.retry/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.503.response.with.retry/server.rpt index 26b4f58a1f..9cfca87a7d 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.503.response.with.retry/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.503.response.with.retry/server.rpt @@ -25,7 +25,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -47,7 +47,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.503.response/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.503.response/client.rpt index fc12e3dfde..0e42ab99d9 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.503.response/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.503.response/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.503.response/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.503.response/server.rpt index 7c49607078..2344efcb02 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.503.response/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.503.response/server.rpt @@ -25,7 +25,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.abort/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.abort/client.rpt index 77d3af2867..2297073ad4 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.abort/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.abort/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -42,6 +42,6 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.abort/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.abort/server.rpt index 1560437b1b..11cd0272cf 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.abort/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.abort/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.twice.awaiting.barrier/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.twice.awaiting.barrier/client.rpt index 218552a29e..29ed43d3ab 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.twice.awaiting.barrier/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.twice.awaiting.barrier/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -51,7 +51,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.twice.awaiting.barrier/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.twice.awaiting.barrier/server.rpt index 7907110211..440132b9b9 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.twice.awaiting.barrier/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.twice.awaiting.barrier/server.rpt @@ -25,7 +25,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -47,7 +47,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.twice/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.twice/client.rpt index 709eea0404..5526709ee6 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.twice/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.twice/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -51,7 +51,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.twice/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.twice/server.rpt index 5f0651c9ab..f319eba610 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.twice/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.twice/server.rpt @@ -25,7 +25,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -45,7 +45,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.with.incomplete.data.and.abort/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.with.incomplete.data.and.abort/client.rpt index 34077780a3..3106ceea06 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.with.incomplete.data.and.abort/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.with.incomplete.data.and.abort/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -52,7 +52,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.with.incomplete.data.and.abort/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.with.incomplete.data.and.abort/server.rpt index 83fb6e7b85..b2d72b4b61 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.with.incomplete.data.and.abort/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.with.incomplete.data.and.abort/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -50,7 +50,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.with.incomplete.data.and.end/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.with.incomplete.data.and.end/client.rpt index b58ae6ba35..b08c24b820 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.with.incomplete.data.and.end/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.with.incomplete.data.and.end/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -53,7 +53,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.with.incomplete.data.and.end/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.with.incomplete.data.and.end/server.rpt index 8f8f0debab..8c4d7ac784 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.with.incomplete.data.and.end/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.with.incomplete.data.and.end/server.rpt @@ -25,7 +25,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -52,7 +52,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.with.incomplete.data/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.with.incomplete.data/client.rpt index 188f527ff9..ac30a11740 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.with.incomplete.data/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.with.incomplete.data/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -49,7 +49,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.with.incomplete.data/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.with.incomplete.data/server.rpt index 44cc280760..5a416a846c 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.with.incomplete.data/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.response.with.incomplete.data/server.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -44,7 +44,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.upgrade.required.response/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.upgrade.required.response/client.rpt index 177845122d..a306b5d9e6 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.upgrade.required.response/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.upgrade.required.response/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.upgrade.required.response/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.upgrade.required.response/server.rpt index 87c2e0c9b3..2aff331a89 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.upgrade.required.response/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.and.upgrade.required.response/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.receive.reset/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.receive.reset/client.rpt index e46b1aa6e4..e4a2ad056f 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.receive.reset/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.receive.reset/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -42,6 +42,6 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.receive.reset/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.receive.reset/server.rpt index 9e7a4666b0..11cca18ad9 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.receive.reset/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.receive.reset/server.rpt @@ -25,7 +25,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -39,6 +39,6 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.rejected/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.rejected/client.rpt index 19a9f622d3..be2370e21f 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.rejected/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.rejected/client.rpt @@ -23,6 +23,6 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connect aborted diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.response/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.response/client.rpt index c67b8e379c..a633c5ad17 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.response/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.response/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.response/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.response/server.rpt index 07a0c26ce0..21262637f7 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.response/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.response/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.send.abort.after.response.received/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.send.abort.after.response.received/client.rpt index fab3fd0e36..1702b237c3 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.send.abort.after.response.received/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.send.abort.after.response.received/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.send.abort.after.response.received/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.send.abort.after.response.received/server.rpt index 7c1992d710..11763ae1b9 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.send.abort.after.response.received/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.send.abort.after.response.received/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.with.connection.close/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.with.connection.close/client.rpt index 4b5f021dca..f79f44c40f 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.with.connection.close/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.with.connection.close/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("connection", "close") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.with.connection.close/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.with.connection.close/server.rpt index 84a422ef7f..492a460151 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.with.connection.close/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/request.with.connection.close/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("connection", "close") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/response.with.connection.close/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/response.with.connection.close/client.rpt index d23c101125..75d3ec55e8 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/response.with.connection.close/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/response.with.connection.close/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/response.with.connection.close/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/response.with.connection.close/server.rpt index b6bf1fa917..a484ecdda4 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/response.with.connection.close/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/response.with.connection.close/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/response.with.content.length.is.reset/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/response.with.content.length.is.reset/client.rpt index 8fa1404bf7..c248754f32 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/response.with.content.length.is.reset/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/response.with.content.length.is.reset/client.rpt @@ -25,7 +25,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -50,7 +50,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/response.with.content.length.is.reset/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/response.with.content.length.is.reset/server.rpt index f5911f326f..32d84715fc 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/response.with.content.length.is.reset/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/response.with.content.length.is.reset/server.rpt @@ -27,7 +27,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -52,7 +52,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/reverse.proxy.connection.established/backend.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/reverse.proxy.connection.established/backend.rpt index b5849caf0f..7353168630 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/reverse.proxy.connection.established/backend.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/reverse.proxy.connection.established/backend.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/index.html") - .header(":authority", "backend:8080") + .header(":authority", "backend:54321") .build()} write zilla:begin.ext ${http:beginEx() diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/reverse.proxy.connection.established/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/reverse.proxy.connection.established/client.rpt index 6ddc929008..fd9ee22057 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/reverse.proxy.connection.established/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/reverse.proxy.connection.established/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/index.html") - .header(":authority", "proxy:8080") + .header(":authority", "proxy:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/reverse.proxy.connection.established/proxy.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/reverse.proxy.connection.established/proxy.rpt index e07c301ee6..aba1c79791 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/reverse.proxy.connection.established/proxy.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/reverse.proxy.connection.established/proxy.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/index.html") - .header(":authority", "proxy:8080") + .header(":authority", "proxy:54321") .build()} write zilla:begin.ext ${http:beginEx() @@ -48,7 +48,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/index.html") - .header(":authority", "backend:8080") + .header(":authority", "backend:54321") .build()} read zilla:begin.ext ${http:beginEx() diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/send.end.after.upgrade.request.completed/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/send.end.after.upgrade.request.completed/client.rpt index 3e9777c265..2d30987e8d 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/send.end.after.upgrade.request.completed/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/send.end.after.upgrade.request.completed/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("upgrade", "WebSocket") .header("connection", "upgrade") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/send.end.after.upgrade.request.completed/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/send.end.after.upgrade.request.completed/server.rpt index bcee651701..b8944b76ca 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/send.end.after.upgrade.request.completed/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/send.end.after.upgrade.request.completed/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("upgrade", "WebSocket") .header("connection", "upgrade") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/upgrade.request.and.abort/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/upgrade.request.and.abort/client.rpt index 848d642991..7529997d3f 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/upgrade.request.and.abort/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/upgrade.request.and.abort/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("upgrade", "WebSocket") .header("connection", "upgrade") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/upgrade.request.and.abort/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/upgrade.request.and.abort/server.rpt index 81fe752fbd..0aa9fe3e9f 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/upgrade.request.and.abort/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/upgrade.request.and.abort/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("upgrade", "WebSocket") .header("connection", "upgrade") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/upgrade.request.and.response.with.data/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/upgrade.request.and.response.with.data/client.rpt index 0c180fe493..0d9d7f6f0a 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/upgrade.request.and.response.with.data/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/upgrade.request.and.response.with.data/client.rpt @@ -25,7 +25,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("upgrade", "WebSocket") .header("connection", "upgrade") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/upgrade.request.and.response.with.data/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/upgrade.request.and.response.with.data/server.rpt index 48544217a3..8c152de980 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/upgrade.request.and.response.with.data/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/upgrade.request.and.response.with.data/server.rpt @@ -26,7 +26,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("upgrade", "WebSocket") .header("connection", "upgrade") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/upgrade.request.and.response/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/upgrade.request.and.response/client.rpt index 3fba2b377d..9f517c526e 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/upgrade.request.and.response/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/upgrade.request.and.response/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("upgrade", "WebSocket") .header("connection", "upgrade") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/upgrade.request.and.response/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/upgrade.request.and.response/server.rpt index a932dce27c..079c96755f 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/upgrade.request.and.response/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/connection.management/upgrade.request.and.response/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("upgrade", "WebSocket") .header("connection", "upgrade") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/request.headers.too.long/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/request.headers.too.long/client.rpt index 0799ddaa63..9bf1cc1718 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/request.headers.too.long/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/request.headers.too.long/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("Custom-Header-1", "custom header 1 value") .header("Custom-Header-2", "custom header 2 value") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/request.headers.too.long/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/request.headers.too.long/server.rpt index 864cef673e..8e49051e5a 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/request.headers.too.long/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/request.headers.too.long/server.rpt @@ -25,7 +25,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("Custom-Header-1", "custom header 1 value") .header("Custom-Header-2", "custom header 2 value") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/request.sent.100k.message/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/request.sent.100k.message/client.rpt index 44960077e2..28a2c819d3 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/request.sent.100k.message/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/request.sent.100k.message/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "100000") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/request.sent.100k.message/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/request.sent.100k.message/server.rpt index 2ac88f551c..d5ba24a198 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/request.sent.100k.message/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/request.sent.100k.message/server.rpt @@ -25,7 +25,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "100000") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/request.with.padding/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/request.with.padding/client.rpt index 223942ecb0..82e56e3ed5 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/request.with.padding/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/request.with.padding/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-length", "16") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/request.with.padding/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/request.with.padding/server.rpt index fd52dadd2a..8ff7fb3363 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/request.with.padding/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/request.with.padding/server.rpt @@ -25,7 +25,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-length", "16") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.chunked.with.extensions.filling.maximum.headers/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.chunked.with.extensions.filling.maximum.headers/client.rpt index eeea6d13f4..1fc9f06398 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.chunked.with.extensions.filling.maximum.headers/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.chunked.with.extensions.filling.maximum.headers/client.rpt @@ -25,7 +25,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.chunked.with.extensions.filling.maximum.headers/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.chunked.with.extensions.filling.maximum.headers/server.rpt index c890520395..bb15c2884c 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.chunked.with.extensions.filling.maximum.headers/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.chunked.with.extensions.filling.maximum.headers/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.first.fragment.maximum.headers/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.first.fragment.maximum.headers/client.rpt index 67dbf0dd2f..562ea5088c 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.first.fragment.maximum.headers/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.first.fragment.maximum.headers/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.first.fragment.maximum.headers/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.first.fragment.maximum.headers/server.rpt index 6997c2a3e2..46b6a09df4 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.first.fragment.maximum.headers/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.first.fragment.maximum.headers/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.fragmented.with.padding/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.fragmented.with.padding/client.rpt index a7f57b38b9..2353af68cd 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.fragmented.with.padding/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.fragmented.with.padding/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.fragmented.with.padding/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.fragmented.with.padding/server.rpt index 0084550327..e66a1b7eb1 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.fragmented.with.padding/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.fragmented.with.padding/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.headers.too.long/client.no.response.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.headers.too.long/client.no.response.rpt index cfe71da18f..421ca3bb03 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.headers.too.long/client.no.response.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.headers.too.long/client.no.response.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.headers.too.long/client.response.reset.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.headers.too.long/client.response.reset.rpt index 67e7da0a96..61223a9730 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.headers.too.long/client.response.reset.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.headers.too.long/client.response.reset.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} read zilla:begin.ext ${http:beginEx() diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.headers.too.long/server.no.response.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.headers.too.long/server.no.response.rpt index 52366e0923..ae79622dcc 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.headers.too.long/server.no.response.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.headers.too.long/server.no.response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.headers.too.long/server.response.reset.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.headers.too.long/server.response.reset.rpt index 1e0c39d493..7122988987 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.headers.too.long/server.response.reset.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.headers.too.long/server.response.reset.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} write zilla:begin.ext ${http:beginEx() diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.headers.with.padding/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.headers.with.padding/client.rpt index 4dcb5ec072..a4740d9d71 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.headers.with.padding/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.headers.with.padding/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.headers.with.padding/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.headers.with.padding/server.rpt index 4bd256929f..61a1957bc1 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.headers.with.padding/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.headers.with.padding/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.sent.100k.message/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.sent.100k.message/client.rpt index c7cf4c4f87..7a88b3f54d 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.sent.100k.message/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.sent.100k.message/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.sent.100k.message/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.sent.100k.message/server.rpt index 384311db83..302d9b16b3 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.sent.100k.message/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.sent.100k.message/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.with.content.exceeding.window/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.with.content.exceeding.window/client.rpt index 804603b235..eea6194d64 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.with.content.exceeding.window/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.with.content.exceeding.window/client.rpt @@ -25,7 +25,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.with.content.exceeding.window/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.with.content.exceeding.window/server.rpt index 661c78f6e7..ac024e3e93 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.with.content.exceeding.window/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.with.content.exceeding.window/server.rpt @@ -26,7 +26,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.with.padding/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.with.padding/client.rpt index aee7c2688d..5cbb8079fc 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.with.padding/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.with.padding/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.with.padding/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.with.padding/server.rpt index 0054a53038..1be8f77489 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.with.padding/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/flow.control/response.with.padding/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/head.request.and.response.with.content.length/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/head.request.and.response.with.content.length/client.rpt index 826df73a24..4ecc5c641a 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/head.request.and.response.with.content.length/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/head.request.and.response.with.content.length/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "HEAD") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/head.request.and.response.with.content.length/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/head.request.and.response.with.content.length/server.rpt index 2221bbe32f..49357b8c57 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/head.request.and.response.with.content.length/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/head.request.and.response.with.content.length/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "HEAD") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/head.request.and.response/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/head.request.and.response/client.rpt index fd342c37e8..807dfc526e 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/head.request.and.response/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/head.request.and.response/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "HEAD") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/head.request.and.response/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/head.request.and.response/server.rpt index 3eee6095ad..c91414ae81 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/head.request.and.response/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/head.request.and.response/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "HEAD") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/on.response.proxy.must.remove.space.in.header.with.space.between.header.name.and.colon/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/on.response.proxy.must.remove.space.in.header.with.space.between.header.name.and.colon/client.rpt index ceb879d545..07d3ed70cf 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/on.response.proxy.must.remove.space.in.header.with.space.between.header.name.and.colon/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/on.response.proxy.must.remove.space.in.header.with.space.between.header.name.and.colon/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "half-duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/on.response.proxy.must.remove.space.in.header.with.space.between.header.name.and.colon/proxy.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/on.response.proxy.must.remove.space.in.header.with.space.between.header.name.and.colon/proxy.rpt index 105be12ae6..4b2bcfa87b 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/on.response.proxy.must.remove.space.in.header.with.space.between.header.name.and.colon/proxy.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/on.response.proxy.must.remove.space.in.header.with.space.between.header.name.and.colon/proxy.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/proxy" +accept "http://localhost:54321/proxy" accepted connected read closed @@ -25,11 +25,11 @@ write http:content-length write http:header "some" ${header} write close -connect "tcp://localhost:8081" +connect "tcp://localhost:54322" connected write await CLIENT_REQUEST_READ write "GET /server HTTP/1.1" "\r\n" -write "Host: localhost:8081" "\r\n" +write "Host: localhost:54322" "\r\n" write "\r\n" read "HTTP/1.1 200 OK" "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/on.response.proxy.must.remove.space.in.header.with.space.between.header.name.and.colon/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/on.response.proxy.must.remove.space.in.header.with.space.between.header.name.and.colon/server.rpt index a8041ec813..564e0e79b8 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/on.response.proxy.must.remove.space.in.header.with.space.between.header.name.and.colon/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/on.response.proxy.must.remove.space.in.header.with.space.between.header.name.and.colon/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "tcp://localhost:8081" +accept "tcp://localhost:54322" accepted read "GET /server HTTP/1.1" "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/post.request.with.no.content/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/post.request.with.no.content/client.rpt index c5a4d69844..eb87cf8884 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/post.request.with.no.content/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/post.request.with.no.content/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-length", "0") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/post.request.with.no.content/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/post.request.with.no.content/server.rpt index 9160585cdc..a57f45c326 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/post.request.with.no.content/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/post.request.with.no.content/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-length", "0") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/proxy.gets.response.with.multiple.content.lengths/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/proxy.gets.response.with.multiple.content.lengths/client.rpt index b65ac19703..00d9acc902 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/proxy.gets.response.with.multiple.content.lengths/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/proxy.gets.response.with.multiple.content.lengths/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/app0" option zilla:window 8192 option zilla:transmission "half-duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/proxy.gets.response.with.multiple.content.lengths/proxy.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/proxy.gets.response.with.multiple.content.lengths/proxy.rpt index 70386e31ae..3590c04464 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/proxy.gets.response.with.multiple.content.lengths/proxy.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/proxy.gets.response.with.multiple.content.lengths/proxy.rpt @@ -14,12 +14,12 @@ # under the License. # -connect "tcp://localhost:8081" +connect "tcp://localhost:54322" connected write await CLIENT_REQUEST write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080\r\n" +write "Host: localhost:54321\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" @@ -29,11 +29,11 @@ read "\r\n" read "Hello world" read notify SERVER_RESPONSE -accept "tcp://localhost:8080" +accept "tcp://localhost:54321" accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080\r\n" +read "Host: localhost:54321\r\n" read "\r\n" read notify CLIENT_REQUEST diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/proxy.gets.response.with.multiple.content.lengths/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/proxy.gets.response.with.multiple.content.lengths/server.rpt index 5ad76db107..35b4fd16b6 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/proxy.gets.response.with.multiple.content.lengths/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/proxy.gets.response.with.multiple.content.lengths/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "tcp://localhost:8081" +accept "tcp://localhost:54322" accepted connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/proxy.or.gateway.must.reject.obs.in.header.value/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/proxy.or.gateway.must.reject.obs.in.header.value/client.rpt index 59460b913a..ab847d2a28 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/proxy.or.gateway.must.reject.obs.in.header.value/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/proxy.or.gateway.must.reject.obs.in.header.value/client.rpt @@ -14,11 +14,11 @@ # under the License. # -connect "tcp://localhost:8080" +connect "tcp://localhost:54321" connected write "GET / HTTP/1.1\r\n" -write "Host: localhost:8080\r\n" +write "Host: localhost:54321\r\n" write "BadHeader: value\r\nPart of value\tstill part of value\r\n" write "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/proxy.or.gateway.must.reject.obs.in.header.value/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/proxy.or.gateway.must.reject.obs.in.header.value/server.rpt index 36775cd1d3..37c01b66f8 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/proxy.or.gateway.must.reject.obs.in.header.value/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/proxy.or.gateway.must.reject.obs.in.header.value/server.rpt @@ -14,12 +14,12 @@ # under the License. # -accept "tcp://localhost:8080" +accept "tcp://localhost:54321" accepted connected read "GET / HTTP/1.1\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "BadHeader: value\r\nPart of value\tstill part of value\r\n" read "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/proxy.should.preserve.unrecognized.headers/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/proxy.should.preserve.unrecognized.headers/client.rpt index c9addb853a..5c667beb99 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/proxy.should.preserve.unrecognized.headers/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/proxy.should.preserve.unrecognized.headers/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/app0" option zilla:window 8192 option zilla:transmission "half-duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/proxy.should.preserve.unrecognized.headers/proxy.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/proxy.should.preserve.unrecognized.headers/proxy.rpt index 68ecd69c29..d2e6689cb1 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/proxy.should.preserve.unrecognized.headers/proxy.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/proxy.should.preserve.unrecognized.headers/proxy.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/proxy" +accept "http://localhost:54321/proxy" accepted connected read http:header "secret" "header" @@ -26,7 +26,7 @@ write http:header "doubleSecret" "probation" write http:content-length write close -connect "http://localhost:8080/server" +connect "http://localhost:54321/server" connected write await CLIENT_REQUEST_READ write http:method "GET" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/proxy.should.preserve.unrecognized.headers/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/proxy.should.preserve.unrecognized.headers/server.rpt index d3c4cf1d51..8084ca767a 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/proxy.should.preserve.unrecognized.headers/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/proxy.should.preserve.unrecognized.headers/server.rpt @@ -16,7 +16,7 @@ property serverTransport "zilla://streams/target#0" -accept "http://localhost:8080/" +accept "http://localhost:54321/" option http:transport ${serverTransport} option zilla:window 8192 option zilla:transmission "half-duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/request.with.content.length/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/request.with.content.length/client.rpt index a7df9a146f..22b8eeb454 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/request.with.content.length/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/request.with.content.length/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-length", "11") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/request.with.content.length/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/request.with.content.length/server.rpt index 04ae821855..2c0db90add 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/request.with.content.length/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/request.with.content.length/server.rpt @@ -26,7 +26,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-length", "11") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/request.with.extra.CRLF.before.request.line/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/request.with.extra.CRLF.before.request.line/client.rpt index b14652dde0..73f9e410be 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/request.with.extra.CRLF.before.request.line/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/request.with.extra.CRLF.before.request.line/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/request.with.extra.CRLF.before.request.line/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/request.with.extra.CRLF.before.request.line/server.rpt index 611864b295..57177c1993 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/request.with.extra.CRLF.before.request.line/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/request.with.extra.CRLF.before.request.line/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/request.with.headers/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/request.with.headers/client.rpt index 6f60c069f4..b73585706d 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/request.with.headers/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/request.with.headers/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("some", "header") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/request.with.headers/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/request.with.headers/server.rpt index db544c5ecd..fdbc4a21e6 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/request.with.headers/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/request.with.headers/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("some", "header") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/response.with.content.length/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/response.with.content.length/client.rpt index cc7d169a0c..f6d374f10c 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/response.with.content.length/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/response.with.content.length/client.rpt @@ -25,7 +25,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/response.with.content.length/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/response.with.content.length/server.rpt index 084331909c..55680d3690 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/response.with.content.length/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/response.with.content.length/server.rpt @@ -26,7 +26,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/response.with.headers/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/response.with.headers/client.rpt index 4b11e92e31..7a49d60eec 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/response.with.headers/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/response.with.headers/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/response.with.headers/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/response.with.headers/server.rpt index 215e7e89b4..536c0e74f3 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/response.with.headers/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/message.format/response.with.headers/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/invalid.chunked.request.no.crlf.at.end.of.chunk/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/invalid.chunked.request.no.crlf.at.end.of.chunk/client.rpt index 4989aecac7..66cfe660f2 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/invalid.chunked.request.no.crlf.at.end.of.chunk/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/invalid.chunked.request.no.crlf.at.end.of.chunk/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain") .header("transfer-encoding", "chunked") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/invalid.chunked.request.no.crlf.at.end.of.chunk/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/invalid.chunked.request.no.crlf.at.end.of.chunk/server.rpt index 7ad0395ee9..8bfd96d6e6 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/invalid.chunked.request.no.crlf.at.end.of.chunk/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/invalid.chunked.request.no.crlf.at.end.of.chunk/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain") .header("transfer-encoding", "chunked") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/multiple.requests.transfer.encoding.chunked/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/multiple.requests.transfer.encoding.chunked/client.rpt index 08fd884bc3..fda8681fa3 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/multiple.requests.transfer.encoding.chunked/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/multiple.requests.transfer.encoding.chunked/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain") .header("transfer-encoding", "chunked") .build()} @@ -52,7 +52,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain") .header("transfer-encoding", "chunked") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/multiple.requests.transfer.encoding.chunked/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/multiple.requests.transfer.encoding.chunked/server.rpt index 6a4dab835b..4575774b1f 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/multiple.requests.transfer.encoding.chunked/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/multiple.requests.transfer.encoding.chunked/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain") .header("transfer-encoding", "chunked") .build()} @@ -49,7 +49,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain") .header("transfer-encoding", "chunked") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/request.transfer.encoding.chunked.with.trailer/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/request.transfer.encoding.chunked.with.trailer/client.rpt index 438c1be91a..2644fb998d 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/request.transfer.encoding.chunked.with.trailer/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/request.transfer.encoding.chunked.with.trailer/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain") .header("transfer-encoding", "chunked") .header("trailer", "Connection") diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/request.transfer.encoding.chunked.with.trailer/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/request.transfer.encoding.chunked.with.trailer/server.rpt index 7f714f4e29..bc06d619f8 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/request.transfer.encoding.chunked.with.trailer/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/request.transfer.encoding.chunked.with.trailer/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain") .header("transfer-encoding", "chunked") .header("trailer", "Connection") diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/request.transfer.encoding.chunked/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/request.transfer.encoding.chunked/client.rpt index d2ce16bffc..bf56768baa 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/request.transfer.encoding.chunked/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/request.transfer.encoding.chunked/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain") .header("transfer-encoding", "chunked") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/request.transfer.encoding.chunked/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/request.transfer.encoding.chunked/server.rpt index 81c060ec52..daa1726412 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/request.transfer.encoding.chunked/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/request.transfer.encoding.chunked/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain") .header("transfer-encoding", "chunked") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/response.transfer.encoding.chunked.with.trailer/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/response.transfer.encoding.chunked.with.trailer/client.rpt index c11aa88cb1..11eacdce05 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/response.transfer.encoding.chunked.with.trailer/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/response.transfer.encoding.chunked.with.trailer/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/response.transfer.encoding.chunked.with.trailer/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/response.transfer.encoding.chunked.with.trailer/server.rpt index a2f2613cd6..76322047a1 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/response.transfer.encoding.chunked.with.trailer/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/response.transfer.encoding.chunked.with.trailer/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/response.transfer.encoding.chunked/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/response.transfer.encoding.chunked/client.rpt index 796e3ecf88..27cf4176c7 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/response.transfer.encoding.chunked/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/response.transfer.encoding.chunked/client.rpt @@ -25,7 +25,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/response.transfer.encoding.chunked/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/response.transfer.encoding.chunked/server.rpt index c912792882..b19e7524ca 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/response.transfer.encoding.chunked/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/transfer.codings/response.transfer.encoding.chunked/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/invalid.request/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/invalid.request/client.rpt index 872011685e..d87a267844 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/invalid.request/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/invalid.request/client.rpt @@ -26,7 +26,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/valid/1234567890123/1234567890123?page=1234567890123") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("code", "1234567890123") .header("content-type", "text/plain") .header("content-length", "3") diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/invalid.request/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/invalid.request/server.rpt index bdb39ddab1..2b1b50fba8 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/invalid.request/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/invalid.request/server.rpt @@ -27,7 +27,7 @@ read zilla:begin.ext ${http:matchBeginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/valid/1234567890123/1234567890123?page=1234567890123") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("code", "1234567890123") .header("content-type", "text/plain") .header("content-length", "3") diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/invalid.response.content/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/invalid.response.content/client.rpt index 12b67c0f28..5d73842217 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/invalid.response.content/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/invalid.response.content/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/hello") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/invalid.response.content/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/invalid.response.content/server.rpt index e4d9b850be..18c4b1e4bd 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/invalid.response.content/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/invalid.response.content/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/hello") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/invalid.response.header/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/invalid.response.header/client.rpt index c12d1ab66a..a77795e42d 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/invalid.response.header/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/invalid.response.header/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/hello") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/invalid.response.header/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/invalid.response.header/server.rpt index 80208d134e..731a03bc9f 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/invalid.response.header/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/invalid.response.header/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/hello") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/valid.request/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/valid.request/client.rpt index 636f5ed0d5..f326c990aa 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/valid.request/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/valid.request/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/valid/1234567890123/1234567890123") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -52,7 +52,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/valid/1234567890123/1234567890123?page=1234567890123") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -80,7 +80,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/valid/1234567890123/1234567890123?%70%61%67%65=1234567890123") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -108,7 +108,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/valid/1234567890123/1234567890123?page=1234567890123") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("code", "1234567890123") .build()} connected @@ -137,7 +137,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/valid/1234567890123/1234567890123?page=1234567890123") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("code", "1234567890123") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/valid.request/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/valid.request/server.rpt index 5cd1eaf09f..7e36864504 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/valid.request/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/valid.request/server.rpt @@ -25,7 +25,7 @@ read zilla:begin.ext ${http:matchBeginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/valid/1234567890123/1234567890123") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected read closed @@ -48,7 +48,7 @@ read zilla:begin.ext ${http:matchBeginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/valid/1234567890123/1234567890123?page=1234567890123") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected read closed @@ -71,7 +71,7 @@ read zilla:begin.ext ${http:matchBeginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/valid/1234567890123/1234567890123?%70%61%67%65=1234567890123") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected read closed @@ -94,7 +94,7 @@ read zilla:begin.ext ${http:matchBeginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/valid/1234567890123/1234567890123?page=1234567890123") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("code", "1234567890123") .build()} connected @@ -118,7 +118,7 @@ read zilla:begin.ext ${http:matchBeginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/valid/1234567890123/1234567890123?page=1234567890123") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("code", "1234567890123") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/valid.response/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/valid.response/client.rpt index 73d77acd61..fab5e69cd0 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/valid.response/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/valid.response/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/hello") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/valid.response/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/valid.response/server.rpt index e06f944804..4e8c987920 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/valid.response/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7230/validation/valid.response/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/hello") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/config/server.header/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/config/server.header/client.rpt index 3b41f3d5fa..e6c6d75d99 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/config/server.header/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/config/server.header/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/config/server.header/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/config/server.header/server.rpt index a3dda9139a..67951d5f68 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/config/server.header/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/config/server.header/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/config/user.agent.header/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/config/user.agent.header/client.rpt index 62ad180f21..af8c9d9b25 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/config/user.agent.header/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/config/user.agent.header/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/config/user.agent.header/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/config/user.agent.header/server.rpt index e3d78d8423..21dd19ec2c 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/config/user.agent.header/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/config/user.agent.header/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/client.sent.read.abort.on.open.request.response/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/client.sent.read.abort.on.open.request.response/client.rpt index 328de749e6..fc680b1c49 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/client.sent.read.abort.on.open.request.response/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/client.sent.read.abort.on.open.request.response/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/client.sent.read.abort.on.open.request.response/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/client.sent.read.abort.on.open.request.response/server.rpt index 3b2bb88de3..4f540e5ba2 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/client.sent.read.abort.on.open.request.response/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/client.sent.read.abort.on.open.request.response/server.rpt @@ -26,7 +26,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/client.sent.read.abort.on.open.response/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/client.sent.read.abort.on.open.response/client.rpt index b01f7da556..e46c9062c6 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/client.sent.read.abort.on.open.response/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/client.sent.read.abort.on.open.response/client.rpt @@ -41,7 +41,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/client.sent.read.abort.on.open.response/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/client.sent.read.abort.on.open.response/server.rpt index a2a965abf2..de499694bb 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/client.sent.read.abort.on.open.response/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/client.sent.read.abort.on.open.response/server.rpt @@ -26,7 +26,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/client.sent.write.abort.on.open.request.response/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/client.sent.write.abort.on.open.request.response/client.rpt index f070dda36f..d63ca550b1 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/client.sent.write.abort.on.open.request.response/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/client.sent.write.abort.on.open.request.response/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/client.sent.write.abort.on.open.request.response/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/client.sent.write.abort.on.open.request.response/server.rpt index 6625e92785..eff0841711 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/client.sent.write.abort.on.open.request.response/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/client.sent.write.abort.on.open.request.response/server.rpt @@ -26,7 +26,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/client.sent.write.abort.on.open.request/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/client.sent.write.abort.on.open.request/client.rpt index 46456ab636..79a052289e 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/client.sent.write.abort.on.open.request/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/client.sent.write.abort.on.open.request/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/client.sent.write.abort.on.open.request/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/client.sent.write.abort.on.open.request/server.rpt index 551c3a2b39..c6dace361c 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/client.sent.write.abort.on.open.request/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/client.sent.write.abort.on.open.request/server.rpt @@ -26,7 +26,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/server.sent.read.abort.on.open.request.response/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/server.sent.read.abort.on.open.request.response/client.rpt index f09d30f162..6112cd3c6a 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/server.sent.read.abort.on.open.request.response/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/server.sent.read.abort.on.open.request.response/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/server.sent.read.abort.on.open.request.response/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/server.sent.read.abort.on.open.request.response/server.rpt index 589488253a..76d9b64931 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/server.sent.read.abort.on.open.request.response/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/server.sent.read.abort.on.open.request.response/server.rpt @@ -26,7 +26,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/server.sent.read.abort.on.open.request/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/server.sent.read.abort.on.open.request/client.rpt index 4f724d93f9..4c1a9cb5ee 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/server.sent.read.abort.on.open.request/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/server.sent.read.abort.on.open.request/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/server.sent.read.abort.on.open.request/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/server.sent.read.abort.on.open.request/server.rpt index f4f72d6124..acebee46b8 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/server.sent.read.abort.on.open.request/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/server.sent.read.abort.on.open.request/server.rpt @@ -26,7 +26,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/server.sent.write.abort.on.open.request.response/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/server.sent.write.abort.on.open.request.response/client.rpt index d75fa934e4..0a65a677ca 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/server.sent.write.abort.on.open.request.response/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/server.sent.write.abort.on.open.request.response/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/server.sent.write.abort.on.open.request.response/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/server.sent.write.abort.on.open.request.response/server.rpt index 683a5b73c2..f49fbe869d 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/server.sent.write.abort.on.open.request.response/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/server.sent.write.abort.on.open.request.response/server.rpt @@ -26,7 +26,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/server.sent.write.abort.on.open.response/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/server.sent.write.abort.on.open.response/client.rpt index 05ec8077c2..c655e8e528 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/server.sent.write.abort.on.open.response/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/server.sent.write.abort.on.open.response/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/server.sent.write.abort.on.open.response/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/server.sent.write.abort.on.open.response/server.rpt index 3052a8774d..6b5fdd9f10 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/server.sent.write.abort.on.open.response/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.abort/server.sent.write.abort.on.open.response/server.rpt @@ -26,7 +26,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.close.before.response.headers/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.close.before.response.headers/client.rpt index 288101c930..7be202eb4b 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.close.before.response.headers/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.close.before.response.headers/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.close.before.response.headers/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.close.before.response.headers/server.rpt index 8b25ebbe7c..f6e8bb6248 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.close.before.response.headers/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.close.before.response.headers/server.rpt @@ -25,7 +25,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.read.abort.on.closed.request/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.read.abort.on.closed.request/client.rpt index c195edb3e3..b9501b4673 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.read.abort.on.closed.request/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.read.abort.on.closed.request/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.read.abort.on.closed.request/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.read.abort.on.closed.request/server.rpt index 00033293ce..689698cc29 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.read.abort.on.closed.request/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.read.abort.on.closed.request/server.rpt @@ -25,7 +25,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.read.abort.on.open.request/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.read.abort.on.open.request/client.rpt index 8d4b33fe51..846e107060 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.read.abort.on.open.request/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.read.abort.on.open.request/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.read.abort.on.open.request/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.read.abort.on.open.request/server.rpt index 5f4706891a..fa68c0bbf3 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.read.abort.on.open.request/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.read.abort.on.open.request/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.write.abort.on.closed.request/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.write.abort.on.closed.request/client.rpt index c195edb3e3..b9501b4673 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.write.abort.on.closed.request/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.write.abort.on.closed.request/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.write.abort.on.closed.request/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.write.abort.on.closed.request/server.rpt index 00033293ce..689698cc29 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.write.abort.on.closed.request/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.write.abort.on.closed.request/server.rpt @@ -25,7 +25,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.write.abort.on.open.request/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.write.abort.on.open.request/client.rpt index 0a7fb6e48f..e9b3fad8bd 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.write.abort.on.open.request/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.write.abort.on.open.request/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.write.abort.on.open.request/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.write.abort.on.open.request/server.rpt index e0ffb79348..6d39c1843a 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.write.abort.on.open.request/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.write.abort.on.open.request/server.rpt @@ -25,7 +25,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.write.abort.then.read.abort.on.open.request/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.write.abort.then.read.abort.on.open.request/client.rpt index f6776354d7..b8ed3187cb 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.write.abort.then.read.abort.on.open.request/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.write.abort.then.read.abort.on.open.request/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} @@ -45,7 +45,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.write.abort.then.read.abort.on.open.request/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.write.abort.then.read.abort.on.open.request/server.rpt index 58e28cfb1c..3114099fa8 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.write.abort.then.read.abort.on.open.request/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.write.abort.then.read.abort.on.open.request/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} @@ -41,7 +41,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.write.close/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.write.close/client.rpt index 0a7fb6e48f..e9b3fad8bd 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.write.close/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.write.close/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.write.close/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.write.close/server.rpt index 20cbb5ad37..9d24d872e9 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.write.close/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/client.sent.write.close/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/connection.has.two.streams/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/connection.has.two.streams/client.rpt index 5668ee93a4..806d804c78 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/connection.has.two.streams/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/connection.has.two.streams/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/script.js") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -52,7 +52,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/style.css") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/connection.has.two.streams/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/connection.has.two.streams/server.rpt index 109c8a78d3..ca4c351079 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/connection.has.two.streams/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/connection.has.two.streams/server.rpt @@ -26,7 +26,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/script.js") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -50,7 +50,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/style.css") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.get.exchange/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.get.exchange/client.rpt index 3ae0083f7d..c6604e1896 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.get.exchange/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.get.exchange/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.get.exchange/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.get.exchange/server.rpt index 205347926c..f2c9eefc73 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.get.exchange/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.get.exchange/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.post.exchange.before.settings.exchange/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.post.exchange.before.settings.exchange/client.rpt index 3519bf2884..775aeb9a9d 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.post.exchange.before.settings.exchange/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.post.exchange.before.settings.exchange/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "75535") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.post.exchange.before.settings.exchange/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.post.exchange.before.settings.exchange/server.rpt index 3e9666ef5f..7a07900aca 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.post.exchange.before.settings.exchange/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.post.exchange.before.settings.exchange/server.rpt @@ -25,7 +25,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "75535") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.post.exchange.streaming/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.post.exchange.streaming/client.rpt index df4ee4696d..4887e247e6 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.post.exchange.streaming/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.post.exchange.streaming/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.post.exchange.streaming/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.post.exchange.streaming/server.rpt index baf51fbb19..4ba0668abf 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.post.exchange.streaming/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.post.exchange.streaming/server.rpt @@ -25,7 +25,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.post.exchange/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.post.exchange/client.rpt index 621dcf1b37..cb5c6dd8d6 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.post.exchange/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.post.exchange/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.post.exchange/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.post.exchange/server.rpt index 1cef096115..81cdc2efe1 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.post.exchange/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.post.exchange/server.rpt @@ -25,7 +25,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.push.promise.header.override/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.push.promise.header.override/client.rpt index 73d4c06f02..ef27426661 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.push.promise.header.override/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.push.promise.header.override/client.rpt @@ -46,7 +46,7 @@ read advised zilla:flush ${http:matchFlushEx() .promise(":method", "GET") .promise(":scheme", "http") .promise(":path", "/style.css") - .promise(":authority", "localhost:8080") + .promise(":authority", "localhost:54321") .build()} read notify FIRST_PUSH_PROMISE_RECEIVED diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.push.promise.header.override/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.push.promise.header.override/server.rpt index 481e405c0a..b7cecf3295 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.push.promise.header.override/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.push.promise.header.override/server.rpt @@ -48,7 +48,7 @@ write advise zilla:flush ${http:flushEx() .promise(":method", "GET") .promise(":scheme", "http") .promise(":path", "/style.css") - .promise(":authority", "localhost:8080") + .promise(":authority", "localhost:54321") .build()} write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.push.promise/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.push.promise/client.rpt index 12f622945b..c04178dcc7 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.push.promise/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.push.promise/client.rpt @@ -27,7 +27,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} @@ -42,7 +42,7 @@ read advised zilla:flush ${http:matchFlushEx() .promise(":method", "GET") .promise(":scheme", "http") .promise(":path", "/style.css") - .promise(":authority", "localhost:8080") + .promise(":authority", "localhost:54321") .build()} read notify FIRST_PUSH_PROMISE_RECEIVED @@ -52,7 +52,7 @@ read advised zilla:flush ${http:matchFlushEx() .promise(":method", "GET") .promise(":scheme", "http") .promise(":path", "/script.js") - .promise(":authority", "localhost:8080") + .promise(":authority", "localhost:54321") .build()} read notify SECOND_PUSH_PROMISE_RECEIVED @@ -85,7 +85,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/style.css") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -117,7 +117,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/script.js") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.push.promise/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.push.promise/server.rpt index 66f4185895..fae8ee65ec 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.push.promise/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.push.promise/server.rpt @@ -28,7 +28,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} @@ -44,7 +44,7 @@ write advise zilla:flush ${http:flushEx() .promise(":method", "GET") .promise(":scheme", "http") .promise(":path", "/style.css") - .promise(":authority", "localhost:8080") + .promise(":authority", "localhost:54321") .build()} # Second push promise @@ -54,7 +54,7 @@ write advise zilla:flush ${http:flushEx() .promise(":method", "GET") .promise(":scheme", "http") .promise(":path", "/script.js") - .promise(":authority", "localhost:8080") + .promise(":authority", "localhost:54321") .build()} write zilla:begin.ext ${http:beginEx() @@ -84,7 +84,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/style.css") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -112,7 +112,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/script.js") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.response.trailer/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.response.trailer/client.rpt index b9b6a06043..2acaece7a5 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.response.trailer/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.response.trailer/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.response.trailer/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.response.trailer/server.rpt index e1f1a8b1f2..9ba33e3804 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.response.trailer/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/http.response.trailer/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/ignore.client.rst.stream/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/ignore.client.rst.stream/client.rpt index 2d450b0df2..8be0f6c31c 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/ignore.client.rst.stream/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/ignore.client.rst.stream/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} @@ -60,7 +60,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/ignore.client.rst.stream/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/ignore.client.rst.stream/server.rpt index f241f373a5..473d9cc254 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/ignore.client.rst.stream/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/ignore.client.rst.stream/server.rpt @@ -25,7 +25,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} @@ -56,6 +56,6 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/ignore.server.rst.stream/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/ignore.server.rst.stream/client.rpt index 726648f680..533b6a6dab 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/ignore.server.rst.stream/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/ignore.server.rst.stream/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} @@ -59,7 +59,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/ignore.server.rst.stream/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/ignore.server.rst.stream/server.rpt index bc9c7471d0..581658726e 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/ignore.server.rst.stream/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/ignore.server.rst.stream/server.rpt @@ -25,7 +25,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} @@ -56,7 +56,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/multiple.data.frames/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/multiple.data.frames/client.rpt index 0b0991a06e..4899bc0d0d 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/multiple.data.frames/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/multiple.data.frames/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/multiple.data.frames/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/multiple.data.frames/server.rpt index cda4abf754..b6980d4d41 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/multiple.data.frames/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/multiple.data.frames/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/push.promise.on.different.stream/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/push.promise.on.different.stream/client.rpt index cf96d785f0..6be7c221b4 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/push.promise.on.different.stream/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/push.promise.on.different.stream/client.rpt @@ -27,7 +27,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -48,7 +48,7 @@ read advised zilla:flush ${http:matchFlushEx() .promise(":method", "GET") .promise(":scheme", "http") .promise(":path", "/style.css") - .promise(":authority", "localhost:8080") + .promise(":authority", "localhost:54321") .build()} read notify FIRST_PUSH_PROMISE_RECEIVED @@ -58,7 +58,7 @@ read advised zilla:flush ${http:matchFlushEx() .promise(":method", "GET") .promise(":scheme", "http") .promise(":path", "/script.js") - .promise(":authority", "localhost:8080") + .promise(":authority", "localhost:54321") .build()} read notify SECOND_PUSH_PROMISE_RECEIVED @@ -80,7 +80,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/push") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -106,7 +106,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/style.css") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -126,7 +126,7 @@ read advised zilla:flush ${http:matchFlushEx() .promise(":method", "GET") .promise(":scheme", "http") .promise(":path", "/widget.css") - .promise(":authority", "localhost:8080") + .promise(":authority", "localhost:54321") .build()} read "h1 {" @@ -147,7 +147,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/script.js") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/push.promise.on.different.stream/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/push.promise.on.different.stream/server.rpt index 642bc341e5..297115273f 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/push.promise.on.different.stream/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/push.promise.on.different.stream/server.rpt @@ -25,7 +25,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -49,7 +49,7 @@ write advise zilla:flush ${http:flushEx() .promise(":method", "GET") .promise(":scheme", "http") .promise(":path", "/style.css") - .promise(":authority", "localhost:8080") + .promise(":authority", "localhost:54321") .build()} write flush write notify PROMISE_ONE_SENT @@ -60,7 +60,7 @@ write advise zilla:flush ${http:flushEx() .promise(":method", "GET") .promise(":scheme", "http") .promise(":path", "/script.js") - .promise(":authority", "localhost:8080") + .promise(":authority", "localhost:54321") .build()} write flush write notify PROMISE_TWO_SENT @@ -82,7 +82,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/push") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -106,7 +106,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/style.css") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -132,7 +132,7 @@ write advise zilla:flush ${http:flushEx() .promise(":method", "GET") .promise(":scheme", "http") .promise(":path", "/widget.css") - .promise(":authority", "localhost:8080") + .promise(":authority", "localhost:54321") .build()} write flush write notify PROMISE_THREE_SENT @@ -152,7 +152,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/script.js") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/reset.client.stream/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/reset.client.stream/client.rpt index 0d4263bd3b..3c9f8a711b 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/reset.client.stream/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/reset.client.stream/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "13") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/reset.client.stream/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/reset.client.stream/server.rpt index 50583f18f0..791eba1a7c 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/reset.client.stream/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/reset.client.stream/server.rpt @@ -25,7 +25,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "13") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.close.before.response.headers/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.close.before.response.headers/client.rpt index deff0595b4..4c6de60b94 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.close.before.response.headers/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.close.before.response.headers/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.close.before.response.headers/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.close.before.response.headers/server.rpt index 87cfe5f21d..66a6678621 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.close.before.response.headers/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.close.before.response.headers/server.rpt @@ -25,7 +25,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.end.stream.before.payload/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.end.stream.before.payload/client.rpt index d849663b4e..0b6670383d 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.end.stream.before.payload/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.end.stream.before.payload/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.end.stream.before.payload/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.end.stream.before.payload/server.rpt index 4aed30394e..6d8fb664eb 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.end.stream.before.payload/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.end.stream.before.payload/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.read.abort.before.response/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.read.abort.before.response/client.rpt index dc7e880574..01b8d9781f 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.read.abort.before.response/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.read.abort.before.response/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.read.abort.before.response/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.read.abort.before.response/server.rpt index 4e38ca63b0..91cdf372dd 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.read.abort.before.response/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.read.abort.before.response/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.read.abort.on.open.request/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.read.abort.on.open.request/client.rpt index 565fcb1cc7..eac9ebf07f 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.read.abort.on.open.request/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.read.abort.on.open.request/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.read.abort.on.open.request/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.read.abort.on.open.request/server.rpt index 7ed919b7e4..6382d23f66 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.read.abort.on.open.request/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.read.abort.on.open.request/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.write.abort.on.closed.request/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.write.abort.on.closed.request/client.rpt index 281838fcdf..12605f34f0 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.write.abort.on.closed.request/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.write.abort.on.closed.request/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.write.abort.on.closed.request/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.write.abort.on.closed.request/server.rpt index 5a5af4283f..bd1e98c406 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.write.abort.on.closed.request/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.write.abort.on.closed.request/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.write.abort.on.open.request/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.write.abort.on.open.request/client.rpt index 3cb51d3ddb..2408286212 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.write.abort.on.open.request/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.write.abort.on.open.request/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.write.abort.on.open.request/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.write.abort.on.open.request/server.rpt index a252d18737..d4088fe065 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.write.abort.on.open.request/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.write.abort.on.open.request/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.write.close/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.write.close/client.rpt index 506a218e00..f010a67764 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.write.close/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.write.close/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.write.close/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.write.close/server.rpt index 672197813a..7c68b3ff56 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.write.close/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.write.close/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.write.rst.frame.on.open.request.response/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.write.rst.frame.on.open.request.response/client.rpt index dcbe22b960..43d0cee414 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.write.rst.frame.on.open.request.response/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.write.rst.frame.on.open.request.response/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.write.rst.frame.on.open.request.response/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.write.rst.frame.on.open.request.response/server.rpt index dce983cacc..ef853a4929 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.write.rst.frame.on.open.request.response/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/server.sent.write.rst.frame.on.open.request.response/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/streams.on.same.connection/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/streams.on.same.connection/client.rpt index 6077f539ba..037ec7719d 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/streams.on.same.connection/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/streams.on.same.connection/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/path1") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} @@ -59,7 +59,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/path2") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/streams.on.same.connection/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/streams.on.same.connection/server.rpt index 158cf85910..22f94535fc 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/streams.on.same.connection/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/connection.management/streams.on.same.connection/server.rpt @@ -26,7 +26,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/path1") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} @@ -54,7 +54,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/path2") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/client.rst.stream.last.frame/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/client.rst.stream.last.frame/client.rpt index 70d83e63c3..5af10618ef 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/client.rst.stream.last.frame/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/client.rst.stream.last.frame/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} @@ -51,7 +51,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/client.rst.stream.last.frame/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/client.rst.stream.last.frame/server.rpt index ce20223639..aca1f95680 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/client.rst.stream.last.frame/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/client.rst.stream.last.frame/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} @@ -48,7 +48,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/client.sent.100k.message/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/client.sent.100k.message/client.rpt index c6fe554dcb..53ba849b17 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/client.sent.100k.message/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/client.sent.100k.message/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "100000") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/client.sent.100k.message/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/client.sent.100k.message/server.rpt index e6862bc7eb..874c1c9ed6 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/client.sent.100k.message/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/client.sent.100k.message/server.rpt @@ -25,7 +25,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "100000") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/server.rst.stream.last.frame/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/server.rst.stream.last.frame/client.rpt index c8cb64fd6c..81b302aa75 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/server.rst.stream.last.frame/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/server.rst.stream.last.frame/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -41,6 +41,6 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/server.rst.stream.last.frame/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/server.rst.stream.last.frame/server.rpt index 613004f259..78b2f93478 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/server.rst.stream.last.frame/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/server.rst.stream.last.frame/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -37,6 +37,6 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/server.sent.100k.message/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/server.sent.100k.message/client.rpt index aaf37f24e7..5b3e0be1a4 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/server.sent.100k.message/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/server.sent.100k.message/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/server.sent.100k.message/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/server.sent.100k.message/server.rpt index 2eaa45b691..ac2097affe 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/server.sent.100k.message/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/server.sent.100k.message/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/stream.flow/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/stream.flow/client.rpt index 63cccc4041..a64d3f1415 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/stream.flow/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/stream.flow/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/stream.flow/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/stream.flow/server.rpt index a1d3c6c21c..455032d263 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/stream.flow/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/flow.control/stream.flow/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/client.error.frame.with.request.payload/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/client.error.frame.with.request.payload/client.rpt index ef50d7a2dc..bfe2aabc53 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/client.error.frame.with.request.payload/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/client.error.frame.with.request.payload/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/echo") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/client.error.frame.with.request.payload/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/client.error.frame.with.request.payload/server.rpt index 673e5b37e2..c83ff8cbf3 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/client.error.frame.with.request.payload/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/client.error.frame.with.request.payload/server.rpt @@ -26,7 +26,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/echo") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/client.max.frame.size/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/client.max.frame.size/client.rpt index 267f1ae2a2..a0d3610771 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/client.max.frame.size/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/client.max.frame.size/client.rpt @@ -25,7 +25,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "60000") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/client.max.frame.size/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/client.max.frame.size/server.rpt index d81b05d2aa..02e210ef96 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/client.max.frame.size/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/client.max.frame.size/server.rpt @@ -25,7 +25,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "60000") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/connection.headers/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/connection.headers/client.rpt index 3e3cf1fbe0..0389ec080a 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/connection.headers/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/connection.headers/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/connection.headers/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/connection.headers/server.rpt index 65ce96100e..ecab5346f2 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/connection.headers/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/connection.headers/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/continuation.frames/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/continuation.frames/client.rpt index 8447552b3e..a8dc81f94b 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/continuation.frames/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/continuation.frames/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/continuation.frames/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/continuation.frames/server.rpt index e374432707..1379a97226 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/continuation.frames/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/continuation.frames/server.rpt @@ -25,7 +25,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/dynamic.table.requests/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/dynamic.table.requests/client.rpt index 926aa3a364..9d76492438 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/dynamic.table.requests/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/dynamic.table.requests/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -51,7 +51,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("cache-control", "no-cache") .build()} @@ -79,7 +79,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "https") .header(":path", "/index.html") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("custom-key", "custom-value") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/dynamic.table.requests/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/dynamic.table.requests/server.rpt index 8215330995..e4a9014847 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/dynamic.table.requests/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/dynamic.table.requests/server.rpt @@ -27,7 +27,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -50,7 +50,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("cache-control", "no-cache") .build()} connected @@ -75,7 +75,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "https") .header(":path", "/index.html") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("custom-key", "custom-value") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/max.frame.size.error/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/max.frame.size.error/client.rpt index 6773f50692..b49009a1c0 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/max.frame.size.error/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/max.frame.size.error/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/items") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/max.frame.size.error/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/max.frame.size.error/server.rpt index 18aa6766d5..f449383b89 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/max.frame.size.error/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/max.frame.size.error/server.rpt @@ -26,7 +26,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/items") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/max.zilla.data.frame.size/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/max.zilla.data.frame.size/client.rpt index 71352fd74a..b0ead192bd 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/max.zilla.data.frame.size/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/max.zilla.data.frame.size/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/max.zilla.data.frame.size/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/max.zilla.data.frame.size/server.rpt index 0182ac447d..cf311a6af0 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/max.zilla.data.frame.size/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/max.zilla.data.frame.size/server.rpt @@ -26,7 +26,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/priority.frame.size.error/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/priority.frame.size.error/client.rpt index 7b4fe809d6..8f3114e772 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/priority.frame.size.error/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/priority.frame.size.error/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/echo") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/priority.frame.size.error/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/priority.frame.size.error/server.rpt index 8e4c43bb3e..7904b00071 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/priority.frame.size.error/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/priority.frame.size.error/server.rpt @@ -26,7 +26,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/echo") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/request.and.503.response/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/request.and.503.response/client.rpt index 8fc2ae617c..bf1daab810 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/request.and.503.response/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/request.and.503.response/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/items") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/request.and.503.response/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/request.and.503.response/server.rpt index fbde4b99f2..2e73ca2e76 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/request.and.503.response/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/request.and.503.response/server.rpt @@ -26,7 +26,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/items") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/rst.stream.frame.size.error/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/rst.stream.frame.size.error/client.rpt index 7b4fe809d6..8f3114e772 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/rst.stream.frame.size.error/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/rst.stream.frame.size.error/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/echo") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/rst.stream.frame.size.error/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/rst.stream.frame.size.error/server.rpt index 8e4c43bb3e..7904b00071 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/rst.stream.frame.size.error/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/rst.stream.frame.size.error/server.rpt @@ -26,7 +26,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/echo") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/server.continuation.frames/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/server.continuation.frames/client.rpt index 9362d6a1ee..3b75af8253 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/server.continuation.frames/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/server.continuation.frames/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/server.continuation.frames/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/server.continuation.frames/server.rpt index 16a808d666..c4f842fe45 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/server.continuation.frames/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/server.continuation.frames/server.rpt @@ -25,7 +25,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/server.max.frame.size/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/server.max.frame.size/client.rpt index 18f3609490..8b18a46cd8 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/server.max.frame.size/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/server.max.frame.size/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/server.max.frame.size/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/server.max.frame.size/server.rpt index c9b807c0e3..5b3497cd51 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/server.max.frame.size/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/server.max.frame.size/server.rpt @@ -26,7 +26,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/stream.id.order/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/stream.id.order/client.rpt index 0c2559b629..d09a814cf2 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/stream.id.order/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/stream.id.order/client.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected write close @@ -41,7 +41,7 @@ read advised zilla:flush ${http:matchFlushEx() .promise(":method", "GET") .promise(":scheme", "http") .promise(":path", "/push") - .promise(":authority", "localhost:8080") + .promise(":authority", "localhost:54321") .build()} read notify PUSH_PROMISE_ONE_RECEIVED @@ -54,7 +54,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected write close @@ -73,7 +73,7 @@ read advised zilla:flush ${http:matchFlushEx() .promise(":method", "GET") .promise(":scheme", "http") .promise(":path", "/push") - .promise(":authority", "localhost:8080") + .promise(":authority", "localhost:54321") .build()} read notify PUSH_PROMISE_TWO_RECEIVED @@ -86,7 +86,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected write close @@ -105,7 +105,7 @@ read advised zilla:flush ${http:matchFlushEx() .promise(":method", "GET") .promise(":scheme", "http") .promise(":path", "/push") - .promise(":authority", "localhost:8080") + .promise(":authority", "localhost:54321") .build()} read notify PUSH_PROMISE_THREE_RECEIVED @@ -119,7 +119,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/push") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected write close @@ -134,7 +134,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/push") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected write close @@ -149,7 +149,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/push") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected write close diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/stream.id.order/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/stream.id.order/server.rpt index a9f76c24c3..3787de62f7 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/stream.id.order/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/stream.id.order/server.rpt @@ -25,7 +25,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected read closed @@ -48,7 +48,7 @@ write advise zilla:flush ${http:flushEx() .promise(":method", "GET") .promise(":scheme", "http") .promise(":path", "/push") - .promise(":authority", "localhost:8080") + .promise(":authority", "localhost:54321") .build()} write flush @@ -59,7 +59,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected read closed @@ -82,7 +82,7 @@ write advise zilla:flush ${http:flushEx() .promise(":method", "GET") .promise(":scheme", "http") .promise(":path", "/push") - .promise(":authority", "localhost:8080") + .promise(":authority", "localhost:54321") .build()} write flush @@ -93,7 +93,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected read closed @@ -118,7 +118,7 @@ write advise zilla:flush ${http:flushEx() .promise(":method", "GET") .promise(":scheme", "http") .promise(":path", "/push") - .promise(":authority", "localhost:8080") + .promise(":authority", "localhost:54321") .build()} write flush @@ -129,7 +129,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/push") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected read closed @@ -140,7 +140,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/push") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected read closed @@ -151,7 +151,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/push") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected read closed diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/window.frame.size.error/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/window.frame.size.error/client.rpt index 7b4fe809d6..8f3114e772 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/window.frame.size.error/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/window.frame.size.error/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/echo") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/window.frame.size.error/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/window.frame.size.error/server.rpt index 8e4c43bb3e..7904b00071 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/window.frame.size.error/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/message.format/window.frame.size.error/server.rpt @@ -26,7 +26,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/echo") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/settings/client.max.frame.size/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/settings/client.max.frame.size/client.rpt index 069a117175..2fb68eeaff 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/settings/client.max.frame.size/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/settings/client.max.frame.size/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/settings/client.max.frame.size/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/settings/client.max.frame.size/server.rpt index 0296eb54e0..83810e3572 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/settings/client.max.frame.size/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/settings/client.max.frame.size/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/starting/upgrade.http/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/starting/upgrade.http/client.rpt index d5660e77e3..a14ae88466 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/starting/upgrade.http/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/starting/upgrade.http/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/starting/upgrade.http/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/starting/upgrade.http/server.rpt index 7de7b3638f..5e12674dbb 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/starting/upgrade.http/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/starting/upgrade.http/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "12") .build()} diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/starting/upgrade.multiple.requests.pipelined/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/starting/upgrade.multiple.requests.pipelined/client.rpt index e59908bbc6..155ef90abc 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/starting/upgrade.multiple.requests.pipelined/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/starting/upgrade.multiple.requests.pipelined/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request1") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -47,7 +47,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request2") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/starting/upgrade.multiple.requests.pipelined/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/starting/upgrade.multiple.requests.pipelined/server.rpt index 0033cefd9f..db04541e4f 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/starting/upgrade.multiple.requests.pipelined/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/starting/upgrade.multiple.requests.pipelined/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request1") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -49,7 +49,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/request2") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/invalid.request/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/invalid.request/client.rpt index 872011685e..d87a267844 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/invalid.request/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/invalid.request/client.rpt @@ -26,7 +26,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/valid/1234567890123/1234567890123?page=1234567890123") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("code", "1234567890123") .header("content-type", "text/plain") .header("content-length", "3") diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/invalid.request/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/invalid.request/server.rpt index bdb39ddab1..2b1b50fba8 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/invalid.request/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/invalid.request/server.rpt @@ -27,7 +27,7 @@ read zilla:begin.ext ${http:matchBeginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/valid/1234567890123/1234567890123?page=1234567890123") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("code", "1234567890123") .header("content-type", "text/plain") .header("content-length", "3") diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/invalid.response.content/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/invalid.response.content/client.rpt index d18e7f1f65..dd9aa0bae2 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/invalid.response.content/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/invalid.response.content/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/hello") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/invalid.response.content/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/invalid.response.content/server.rpt index 07b5b694f9..fc3582a6e8 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/invalid.response.content/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/invalid.response.content/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/hello") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/invalid.response.header/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/invalid.response.header/client.rpt index 74a6468019..bb2512158c 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/invalid.response.header/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/invalid.response.header/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/hello") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/invalid.response.header/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/invalid.response.header/server.rpt index 31c1935352..911e13a9d8 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/invalid.response.header/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/invalid.response.header/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/hello") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/valid.request/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/valid.request/client.rpt index 28ca1409d8..5138cb78b8 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/valid.request/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/valid.request/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/valid/1234567890123/1234567890123") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -52,7 +52,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/valid/1234567890123/1234567890123?page=1234567890123") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected @@ -80,7 +80,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/valid/1234567890123/1234567890123?%70%61%67%65=1234567890123") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("code", "1234567890123") .build()} connected @@ -109,7 +109,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/valid/1234567890123/1234567890123?page=1234567890123") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("code", "1234567890123") .build()} connected @@ -139,7 +139,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/valid/1234567890123/1234567890123?page=1234567890123") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("code", "1234567890123") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "13") diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/valid.request/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/valid.request/server.rpt index 9ea96bbaf3..df62a99856 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/valid.request/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/valid.request/server.rpt @@ -25,7 +25,7 @@ read zilla:begin.ext ${http:matchBeginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/valid/1234567890123/1234567890123") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected read closed @@ -48,7 +48,7 @@ read zilla:begin.ext ${http:matchBeginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/valid/1234567890123/1234567890123?page=1234567890123") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected read closed @@ -71,7 +71,7 @@ read zilla:begin.ext ${http:matchBeginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/valid/1234567890123/1234567890123?%70%61%67%65=1234567890123") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected read closed @@ -94,7 +94,7 @@ read zilla:begin.ext ${http:matchBeginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/valid/1234567890123/1234567890123?page=1234567890123") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("code", "1234567890123") .build()} connected @@ -118,7 +118,7 @@ read zilla:begin.ext ${http:matchBeginEx() .header(":scheme", "http") .header(":method", "POST") .header(":path", "/valid/1234567890123/1234567890123?page=1234567890123") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("code", "1234567890123") .header("content-type", "text/plain;charset=UTF-8") .header("content-length", "13") diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/valid.response/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/valid.response/client.rpt index 1d1dc450ef..ac7b345578 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/valid.response/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/valid.response/client.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/hello") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/valid.response/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/valid.response/server.rpt index c050b2c45e..c02c874cc8 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/valid.response/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/application/rfc7540/validation/valid.response/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "GET") .header(":scheme", "http") .header(":path", "/hello") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .build()} connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/advisory/request.and.flush/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/advisory/request.and.flush/client.rpt index 4ead1d87b4..b511c94e7c 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/advisory/request.and.flush/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/advisory/request.and.flush/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "POST / HTTP/1.1\r\n" -write "Host: localhost:8080\r\n" +write "Host: localhost:54321\r\n" write "Content-Length: 11\r\n" write "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/advisory/request.and.flush/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/advisory/request.and.flush/server.rpt index fcd5be661f..7c81352a4d 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/advisory/request.and.flush/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/advisory/request.and.flush/server.rpt @@ -21,7 +21,7 @@ accepted connected read "POST / HTTP/1.1\r\n" - "Host: localhost:8080\r\n" + "Host: localhost:54321\r\n" "Content-Length: 11\r\n" "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/request.and.response/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/request.and.response/client.rpt index 0725df68ef..e9d7e795c8 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/request.and.response/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/request.and.response/client.rpt @@ -16,7 +16,7 @@ property clientInitialWindow 8192 -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window ${clientInitialWindow} option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/request.and.response/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/request.and.response/server.rpt index 12982f7525..651045a1dc 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/request.and.response/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/request.and.response/server.rpt @@ -16,7 +16,7 @@ property serverInitialWindow 8192 -accept "http://localhost:8080/" +accept "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window ${serverInitialWindow} option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/request.uri.with.percent.chars/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/request.uri.with.percent.chars/client.rpt index 747efbc9d2..e45fa5a4e4 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/request.uri.with.percent.chars/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/request.uri.with.percent.chars/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "GET /Some%20%2f%20Path HTTP/1.1\r\n" -write "Host: localhost:8080\r\n" +write "Host: localhost:54321\r\n" write "\r\n" read "HTTP/1.1 200 OK" "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/request.uri.with.percent.chars/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/request.uri.with.percent.chars/server.rpt index 282f839d79..38869ebe9b 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/request.uri.with.percent.chars/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/request.uri.with.percent.chars/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/Some%20%2f%20Path" +accept "http://localhost:54321/Some%20%2f%20Path" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/request.version.1.2+/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/request.version.1.2+/client.rpt index d1b3b07bb5..85abef2b1e 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/request.version.1.2+/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/request.version.1.2+/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "GET / HTTP/1.2" "\r\n" -write "HOST: localhost:8080" "\r\n" +write "HOST: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/request.version.1.2+/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/request.version.1.2+/server.rpt index b3469cfdce..03518ab818 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/request.version.1.2+/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/request.version.1.2+/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/request.version.invalid/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/request.version.invalid/client.rpt index 4db9cebae0..9d520efc69 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/request.version.invalid/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/request.version.invalid/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "GET / HTTP/1.1/b/c" "\r\n" -write "Host: localhost:8080\r\n" +write "Host: localhost:54321\r\n" write "\r\n" read "HTTP/1.1 400" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/request.version.not.1.x/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/request.version.not.1.x/client.rpt index 6670d631c1..238c05eabe 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/request.version.not.1.x/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/request.version.not.1.x/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "GET / HTTP/2.0\r\n" -write "Host: localhost:8080\r\n" +write "Host: localhost:54321\r\n" write "\r\n" read "HTTP/1.1 505" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/response.version.missing/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/response.version.missing/client.rpt index 182d8e5ad2..50dd01cbbe 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/response.version.missing/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/response.version.missing/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080\r\n" +write "Host: localhost:54321\r\n" write "\r\n" read "HTTP 200 OK" "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/response.version.missing/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/response.version.missing/server.rpt index 2a7e76ab95..6bd40314c7 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/response.version.missing/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/architecture/response.version.missing/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080\r\n" +read "Host: localhost:54321\r\n" read "\r\n" write "HTTP 200 OK" "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/503.with.retry.after/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/503.with.retry.after/client.rpt index 7d6eb9f40e..78aa67e7f3 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/503.with.retry.after/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/503.with.retry.after/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" write abort @@ -34,5 +34,5 @@ connect await FIRST_REQUEST_ABORTED connected write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/503.with.retry.after/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/503.with.retry.after/server.rpt index df300c25ff..0f2828e4d6 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/503.with.retry.after/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/503.with.retry.after/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET /request1 HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" read notify REQUEST_ONE_RECEIVED diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/concurrent.requests.different.connections/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/concurrent.requests.different.connections/client.rpt index d2a15c03f3..177084afdb 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/concurrent.requests.different.connections/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/concurrent.requests.different.connections/client.rpt @@ -21,7 +21,7 @@ connected # Request 1 write "GET /request1 HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" write notify REQUEST_ONE_WRITTEN @@ -38,7 +38,7 @@ connected # Request 2 write "GET /request2 HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" write notify REQUEST_TWO_WRITTEN @@ -55,7 +55,7 @@ connected # Request 3 write "GET /request3 HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/concurrent.requests.different.connections/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/concurrent.requests.different.connections/server.rpt index a641888cfe..95a8e0b967 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/concurrent.requests.different.connections/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/concurrent.requests.different.connections/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET /request1 HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" read notify REQUEST_ONE_RECEIVED @@ -35,7 +35,7 @@ write "response1" accepted connected read "GET /request2 HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" read notify REQUEST_TWO_RECEIVED @@ -49,7 +49,7 @@ write "response2" accepted connected read "GET /request3 HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" read notify REQUEST_THREE_RECEIVED diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/concurrent.upgrade.requests.and.responses.with.data/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/concurrent.upgrade.requests.and.responses.with.data/client.rpt index 952fd63e47..b0c521c41d 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/concurrent.upgrade.requests.and.responses.with.data/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/concurrent.upgrade.requests.and.responses.with.data/client.rpt @@ -14,14 +14,14 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" connected write http:method "GET" -write http:header "Host" "localhost:8080" +write http:header "Host" "localhost:54321" write http:header "Upgrade" "WebSocket" write http:header "Connection" "upgrade" @@ -33,14 +33,14 @@ read notify REQUEST_ONE_UPGRADED read "request one data from server" connect await REQUEST_ONE_UPGRADED - "http://localhost:8080/" + "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" connected write http:method "GET" -write http:header "Host" "localhost:8080" +write http:header "Host" "localhost:54321" write http:header "Upgrade" "WebSocket" write http:header "Connection" "upgrade" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/concurrent.upgrade.requests.and.responses.with.data/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/concurrent.upgrade.requests.and.responses.with.data/server.rpt index 7f3b52beb6..c7be86dab0 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/concurrent.upgrade.requests.and.responses.with.data/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/concurrent.upgrade.requests.and.responses.with.data/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/first.pipelined.response.has.connection.close/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/first.pipelined.response.has.connection.close/client.rpt index 8bb2650328..2269dda6e0 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/first.pipelined.response.has.connection.close/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/first.pipelined.response.has.connection.close/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "GET /request1 HTTP/1.1\r\n" -write "Host: localhost:8080\r\n" +write "Host: localhost:54321\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" @@ -40,7 +40,7 @@ connect await FIRST_REQUEST_PROCESSED connected write "GET /request2 HTTP/1.1\r\n" -write "Host: localhost:8080\r\n" +write "Host: localhost:54321\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/first.pipelined.response.has.connection.close/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/first.pipelined.response.has.connection.close/server.rpt index 70e84754ce..d0ba13e816 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/first.pipelined.response.has.connection.close/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/first.pipelined.response.has.connection.close/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET /request1 HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK" "\r\n" @@ -37,7 +37,7 @@ accepted connected read "GET /request2 HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK" "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/multiple.requests.pipelined.with.retry/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/multiple.requests.pipelined.with.retry/client.rpt index ed0fb6baee..f54ca8e1b7 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/multiple.requests.pipelined.with.retry/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/multiple.requests.pipelined.with.retry/client.rpt @@ -20,15 +20,15 @@ connect "zilla://streams/net0" connected write "GET /request1 HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" write "GET /request2 HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" write "GET /request3 HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read abort @@ -42,7 +42,7 @@ connected # First request must now not be pipelined write "GET /request1 HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" @@ -51,11 +51,11 @@ read "\r\n" read "response1" write "GET /request2 HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" write "GET /request3 HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/multiple.requests.pipelined.with.retry/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/multiple.requests.pipelined.with.retry/server.rpt index 7a35410c14..2c559b0876 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/multiple.requests.pipelined.with.retry/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/multiple.requests.pipelined.with.retry/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET /request1 HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" read abort @@ -29,7 +29,7 @@ accepted connected read "GET /request1 HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK" "\r\n" @@ -38,11 +38,11 @@ write "\r\n" write "response1" read "GET /request2 HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" read "GET /request3 HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK" "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/multiple.requests.pipelined/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/multiple.requests.pipelined/client.rpt index a824feaf8e..bc6b34747e 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/multiple.requests.pipelined/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/multiple.requests.pipelined/client.rpt @@ -22,15 +22,15 @@ connect "zilla://streams/net0" connected write "GET /request1 HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" write "GET /request2 HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" write "GET /request3 HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/multiple.requests.pipelined/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/multiple.requests.pipelined/server.rpt index e7dd53e56d..5a4f4c38be 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/multiple.requests.pipelined/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/multiple.requests.pipelined/server.rpt @@ -23,15 +23,15 @@ accepted connected read "GET /request1 HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" read "GET /request2 HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" read "GET /request3 HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK" "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/multiple.requests.same.connection/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/multiple.requests.same.connection/client.rpt index b386dcb25c..6c1e58b772 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/multiple.requests.same.connection/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/multiple.requests.same.connection/client.rpt @@ -21,7 +21,7 @@ connected # Request 1 write "GET /request1 HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" @@ -31,7 +31,7 @@ read "response1" # Request 2 write "GET /request2 HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" @@ -41,7 +41,7 @@ read "response2" # Request 3 write "GET /request3 HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/multiple.requests.same.connection/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/multiple.requests.same.connection/server.rpt index bdf0bd778d..f860254474 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/multiple.requests.same.connection/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/multiple.requests.same.connection/server.rpt @@ -23,7 +23,7 @@ accepted connected read "GET /request1 HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" read notify REQUEST_ONE_RECEIVED @@ -36,7 +36,7 @@ write "response1" read "GET /request2 HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" read notify REQUEST_TWO_RECEIVED @@ -48,7 +48,7 @@ write "\r\n" write "response2" read "GET /request3 HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" read notify REQUEST_THREE_RECEIVED diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/partial.request.receive.reset/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/partial.request.receive.reset/client.rpt index 279e318240..322d2da99e 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/partial.request.receive.reset/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/partial.request.receive.reset/client.rpt @@ -32,5 +32,5 @@ connect await FIRST_REQUEST_COMPLETED connected write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/partial.request.receive.reset/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/partial.request.receive.reset/server.rpt index c7ca5c1ad1..e4c74f7654 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/partial.request.receive.reset/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/partial.request.receive.reset/server.rpt @@ -29,5 +29,5 @@ accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/pending.request.second.request.and.abort/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/pending.request.second.request.and.abort/client.rpt index 301724dfee..a892403fee 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/pending.request.second.request.and.abort/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/pending.request.second.request.and.abort/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "half-duplex" @@ -27,7 +27,7 @@ write http:host read http:version "HTTP/1.1" read http:status "200" "OK" -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "half-duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/pending.request.second.request.and.abort/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/pending.request.second.request.and.abort/server.rpt index 5d596eb86d..0e9303a321 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/pending.request.second.request.and.abort/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/pending.request.second.request.and.abort/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.and.abort/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.and.abort/client.rpt index ea7d7353cb..b6b132358d 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.and.abort/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.and.abort/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" write abort @@ -35,5 +35,5 @@ connect await FIRST_REQUEST_ABORTED connected write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.and.abort/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.and.abort/server.rpt index c9d5c406c2..24f457b781 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.and.abort/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.and.abort/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" read notify FIRST_REQUEST_RECEIVED @@ -35,5 +35,5 @@ accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.and.upgrade.required.response/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.and.upgrade.required.response/client.rpt index def6e3b4fb..8345a2d51f 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.and.upgrade.required.response/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.and.upgrade.required.response/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.and.upgrade.required.response/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.and.upgrade.required.response/server.rpt index 051f17b744..3d7bbb7c5c 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.and.upgrade.required.response/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.and.upgrade.required.response/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.authority.mismatch/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.authority.mismatch/client.rpt index 839a2d6303..3702970d47 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.authority.mismatch/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.authority.mismatch/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/net0" connected write "GET / HTTP/1.1" "\r\n" -write "Host: 127.0.0.1:8080" "\r\n" +write "Host: 127.0.0.1:54321" "\r\n" write "\r\n" write close diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.authority.mismatch/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.authority.mismatch/server.rpt index 5512f2a436..7ef25ee440 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.authority.mismatch/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.authority.mismatch/server.rpt @@ -22,7 +22,7 @@ accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: 127.0.0.1:8080" "\r\n" +read "Host: 127.0.0.1:54321" "\r\n" read "\r\n" read closed diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.incomplete.response.headers.and.abort/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.incomplete.response.headers.and.abort/client.rpt index a15078d3d4..804c011eed 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.incomplete.response.headers.and.abort/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.incomplete.response.headers.and.abort/client.rpt @@ -21,7 +21,7 @@ connected # Request 1 write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" @@ -37,7 +37,7 @@ connect await FIRST_REQUEST_COMPLETED connected write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.incomplete.response.headers.and.abort/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.incomplete.response.headers.and.abort/server.rpt index 2b70616bee..1457ae827c 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.incomplete.response.headers.and.abort/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.incomplete.response.headers.and.abort/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK\r\n" @@ -33,7 +33,7 @@ accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.incomplete.response.headers.and.end/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.incomplete.response.headers.and.end/client.rpt index a6420ec121..790ff51365 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.incomplete.response.headers.and.end/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.incomplete.response.headers.and.end/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" @@ -37,7 +37,7 @@ connect await FIRST_REQUEST_COMPLETED connected write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.incomplete.response.headers.and.end/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.incomplete.response.headers.and.end/server.rpt index 5271902646..02031c3bae 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.incomplete.response.headers.and.end/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.incomplete.response.headers.and.end/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK\r\n" @@ -35,7 +35,7 @@ accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.incomplete.response.headers.and.reset/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.incomplete.response.headers.and.reset/client.rpt index a15078d3d4..804c011eed 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.incomplete.response.headers.and.reset/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.incomplete.response.headers.and.reset/client.rpt @@ -21,7 +21,7 @@ connected # Request 1 write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" @@ -37,7 +37,7 @@ connect await FIRST_REQUEST_COMPLETED connected write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.incomplete.response.headers.and.reset/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.incomplete.response.headers.and.reset/server.rpt index 2b70616bee..1457ae827c 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.incomplete.response.headers.and.reset/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.incomplete.response.headers.and.reset/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK\r\n" @@ -33,7 +33,7 @@ accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.no.response.and.end/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.no.response.and.end/client.rpt index 2546e932d3..0e550e8157 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.no.response.and.end/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.no.response.and.end/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read closed @@ -35,7 +35,7 @@ connect await FIRST_REQUEST_COMPLETED connected write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.no.response.and.end/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.no.response.and.end/server.rpt index c7d5dc984f..2a130ddd12 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.no.response.and.end/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.no.response.and.end/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write close @@ -33,7 +33,7 @@ accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.no.response.and.reset/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.no.response.and.reset/client.rpt index 9a709eab68..1aa8bad005 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.no.response.and.reset/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.no.response.and.reset/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" write aborted @@ -34,7 +34,7 @@ connect await FIRST_REQUEST_COMPLETED connected write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.no.response.and.reset/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.no.response.and.reset/server.rpt index 7060ed1e4e..b09bac78ad 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.no.response.and.reset/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.no.response.and.reset/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" read abort @@ -31,7 +31,7 @@ accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.rejected/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.rejected/client.rpt index f40093aa96..0ef95fde26 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.rejected/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.rejected/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/net0" connected write "GET / HTTP/1.1" "\r\n" - "Host: localhost:8080" "\r\n" + "Host: localhost:54321" "\r\n" "\r\n" write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.rejected/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.rejected/server.rpt index 92e0eaa4b3..d41a309608 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.rejected/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.rejected/server.rpt @@ -22,7 +22,7 @@ accepted connected read "GET / HTTP/1.1" "\r\n" - "Host: localhost:8080" "\r\n" + "Host: localhost:54321" "\r\n" "\r\n" read closed diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.and.abort/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.and.abort/client.rpt index 57e45f7d1c..2ac293471d 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.and.abort/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.and.abort/client.rpt @@ -21,7 +21,7 @@ connected # Request 1 write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.and.abort/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.and.abort/server.rpt index ceac2ac315..db6cc1aa68 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.and.abort/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.and.abort/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.and.end/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.and.end/client.rpt index ea874db555..de1f1e737b 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.and.end/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.and.end/client.rpt @@ -21,7 +21,7 @@ connected # Request 1 write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" @@ -39,7 +39,7 @@ connect await FIRST_REQUEST_COMPLETED connected write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.and.end/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.and.end/server.rpt index 105348d9cc..29adaf5d2e 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.and.end/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.and.end/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK\r\n" @@ -35,7 +35,7 @@ accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.and.reset/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.and.reset/client.rpt index 9e59855a43..8ac3388584 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.and.reset/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.and.reset/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" @@ -40,7 +40,7 @@ connect await FIRST_REQUEST_COMPLETED connected write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.and.reset/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.and.reset/server.rpt index db249f95cc..2eda337158 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.and.reset/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.and.reset/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK\r\n" @@ -39,7 +39,7 @@ accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.headers.incomplete.data.and.abort/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.headers.incomplete.data.and.abort/client.rpt index 0f1d2cc350..160b4a75d8 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.headers.incomplete.data.and.abort/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.headers.incomplete.data.and.abort/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" @@ -40,7 +40,7 @@ connect await FIRST_REQUEST_COMPLETED connected write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.headers.incomplete.data.and.abort/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.headers.incomplete.data.and.abort/server.rpt index 92d8c75255..a309d79069 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.headers.incomplete.data.and.abort/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.headers.incomplete.data.and.abort/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK\r\n" @@ -37,7 +37,7 @@ accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.headers.incomplete.data.and.end/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.headers.incomplete.data.and.end/client.rpt index 978b4e204c..50755a8f2a 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.headers.incomplete.data.and.end/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.headers.incomplete.data.and.end/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" @@ -39,7 +39,7 @@ connect await FIRST_REQUEST_COMPLETED connected write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.headers.incomplete.data.and.end/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.headers.incomplete.data.and.end/server.rpt index a3e2d4f02c..56805db325 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.headers.incomplete.data.and.end/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.headers.incomplete.data.and.end/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK\r\n" @@ -37,7 +37,7 @@ accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.headers.incomplete.data.and.reset/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.headers.incomplete.data.and.reset/client.rpt index 2c90897358..3226d51a40 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.headers.incomplete.data.and.reset/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.headers.incomplete.data.and.reset/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" @@ -39,7 +39,7 @@ connect await FIRST_REQUEST_COMPLETED connected write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.headers.incomplete.data.and.reset/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.headers.incomplete.data.and.reset/server.rpt index e1fb5db4d2..481e61f3e8 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.headers.incomplete.data.and.reset/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.response.headers.incomplete.data.and.reset/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK\r\n" @@ -36,7 +36,7 @@ accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.send.abort.after.response.received/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.send.abort.after.response.received/client.rpt index c63b331ca7..87cec6e6ea 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.send.abort.after.response.received/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.send.abort.after.response.received/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.send.abort.after.response.received/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.send.abort.after.response.received/server.rpt index f5b47326e0..0f8c400ff3 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.send.abort.after.response.received/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.send.abort.after.response.received/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.with.connection.close/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.with.connection.close/client.rpt index 20288d4f48..0ecede99d2 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.with.connection.close/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.with.connection.close/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "Connection: close" "\r\n" write "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.with.connection.close/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.with.connection.close/server.rpt index d3e691e21c..3d890cf600 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.with.connection.close/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.with.connection.close/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "Connection: close" "\r\n" read "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.with.header.override/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.with.header.override/client.rpt index 1383ca4618..2255c8de91 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.with.header.override/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.with.header.override/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.with.header.override/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.with.header.override/server.rpt index 18e710f3f7..92c6bafeaf 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.with.header.override/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/request.with.header.override/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/response.with.connection.close/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/response.with.connection.close/client.rpt index e115f53392..ac6c39d2a2 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/response.with.connection.close/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/response.with.connection.close/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/response.with.content.length.is.reset/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/response.with.content.length.is.reset/client.rpt index f41f6b8261..f3cd8aff18 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/response.with.content.length.is.reset/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/response.with.content.length.is.reset/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" @@ -39,7 +39,7 @@ connect await FIRST_REQUEST_COMPLETED connected write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/response.with.content.length.is.reset/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/response.with.content.length.is.reset/server.rpt index bc44f4dc52..674a2d54fe 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/response.with.content.length.is.reset/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/response.with.content.length.is.reset/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK\r\n" @@ -38,7 +38,7 @@ accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/send.end.after.upgrade.request.completed/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/send.end.after.upgrade.request.completed/client.rpt index c3e1058ea6..c5889c9091 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/send.end.after.upgrade.request.completed/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/send.end.after.upgrade.request.completed/client.rpt @@ -14,14 +14,14 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" connected write http:method "GET" -write http:header "Host" "localhost:8080" +write http:header "Host" "localhost:54321" write http:header "Upgrade" "WebSocket" write http:header "Connection" "upgrade" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/send.end.after.upgrade.request.completed/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/send.end.after.upgrade.request.completed/server.rpt index 9c9b1c3106..a2c5578ac6 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/send.end.after.upgrade.request.completed/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/send.end.after.upgrade.request.completed/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/upgrade.rejected.when.not.requested/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/upgrade.rejected.when.not.requested/client.rpt index d59a2d30d5..456a38d008 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/upgrade.rejected.when.not.requested/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/upgrade.rejected.when.not.requested/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "GET / HTTP/1.1\r\n" - "Host: localhost:8080\r\n" + "Host: localhost:54321\r\n" "\r\n" write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/upgrade.rejected.when.not.requested/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/upgrade.rejected.when.not.requested/server.rpt index 14e4e16af7..f3451557e6 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/upgrade.rejected.when.not.requested/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/upgrade.rejected.when.not.requested/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET / HTTP/1.1\r\n" - "Host: localhost:8080\r\n" + "Host: localhost:54321\r\n" "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/upgrade.request.and.abort/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/upgrade.request.and.abort/client.rpt index 066d1323dd..00e49bbb98 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/upgrade.request.and.abort/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/upgrade.request.and.abort/client.rpt @@ -22,7 +22,7 @@ connect "zilla://streams/net0" connected write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "Upgrade: WebSocket" "\r\n" write "Connection: upgrade" "\r\n" write "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/upgrade.request.and.abort/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/upgrade.request.and.abort/server.rpt index 9f3975af02..673925b3cd 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/upgrade.request.and.abort/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/upgrade.request.and.abort/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/upgrade.request.and.response.with.data/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/upgrade.request.and.response.with.data/client.rpt index 0fc1916226..997761ceed 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/upgrade.request.and.response.with.data/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/upgrade.request.and.response.with.data/client.rpt @@ -16,14 +16,14 @@ property clientInitialWindow 8192 -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window ${clientInitialWindow} option zilla:transmission "duplex" connected write http:method "GET" -write http:header "Host" "localhost:8080" +write http:header "Host" "localhost:54321" write http:header "Upgrade" "WebSocket" write http:header "Connection" "upgrade" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/upgrade.request.and.response.with.data/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/upgrade.request.and.response.with.data/server.rpt index b4b21f5c87..a42e5aafe0 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/upgrade.request.and.response.with.data/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/upgrade.request.and.response.with.data/server.rpt @@ -16,7 +16,7 @@ property serverInitialWindow 8192 -accept "http://localhost:8080/" +accept "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window ${serverInitialWindow} option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/upgrade.request.and.response/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/upgrade.request.and.response/client.rpt index 1ede43debc..ba563bd215 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/upgrade.request.and.response/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/upgrade.request.and.response/client.rpt @@ -14,14 +14,14 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" connected write http:method "GET" -write http:header "Host" "localhost:8080" +write http:header "Host" "localhost:54321" write http:header "Upgrade" "WebSocket" write http:header "Connection" "upgrade" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/upgrade.request.and.response/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/upgrade.request.and.response/server.rpt index 7207571d6b..21679fc728 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/upgrade.request.and.response/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/connection.management/upgrade.request.and.response/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/multiple.requests.pipelined.fragmented/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/multiple.requests.pipelined.fragmented/client.rpt index ed4b0b7e0c..fb1b8a3dd4 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/multiple.requests.pipelined.fragmented/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/multiple.requests.pipelined.fragmented/client.rpt @@ -20,20 +20,20 @@ connect "zilla://streams/net0" connected write "GET /request1 HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" write "GET /request2 HTTP/1.1" "\r\n" write "Host:" write flush -write " localhost:8080" "\r\n" +write " localhost:54321" "\r\n" write "\r\n" write "GET /req" write flush write "uest3 HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/multiple.requests.pipelined.fragmented/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/multiple.requests.pipelined.fragmented/server.rpt index e4986ca3c2..4b98fd88f3 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/multiple.requests.pipelined.fragmented/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/multiple.requests.pipelined.fragmented/server.rpt @@ -21,15 +21,15 @@ accepted connected read "GET /request1 HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" read "GET /request2 HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" read "GET /request3 HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK" "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/multiple.requests.with.content.length.pipelined.fragmented/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/multiple.requests.with.content.length.pipelined.fragmented/client.rpt index 1588a4712b..ca6dddabe6 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/multiple.requests.with.content.length.pipelined.fragmented/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/multiple.requests.with.content.length.pipelined.fragmented/client.rpt @@ -20,14 +20,14 @@ connect "zilla://streams/net0" connected write "POST /request1 HTTP/1.1\r\n" -write "Host: localhost:8080\r\n" +write "Host: localhost:54321\r\n" write "Content-Length: 8\r\n" write "\r\n" write "request1" write "POST /request2 HTTP/1.1\r\n" write flush -write "Host: localhost:8080\r\n" +write "Host: localhost:54321\r\n" write "Content-Length: 8\r\n" write "\r\n" write "request2" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/multiple.requests.with.content.length.pipelined.fragmented/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/multiple.requests.with.content.length.pipelined.fragmented/server.rpt index 52c5a1905d..156d0cdde3 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/multiple.requests.with.content.length.pipelined.fragmented/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/multiple.requests.with.content.length.pipelined.fragmented/server.rpt @@ -21,7 +21,7 @@ accepted connected read "POST /request1 HTTP/1.1\r\n" -read "Host: localhost:8080\r\n" +read "Host: localhost:54321\r\n" read "Content-Length: 8\r\n" read "\r\n" read "request1" @@ -29,7 +29,7 @@ read "POST /request2 HTTP/1.1\r\n" read notify HTTP_REQUEST_ONE_DECODED -read "Host: localhost:8080\r\n" +read "Host: localhost:54321\r\n" read "Content-Length: 8\r\n" read "\r\n" read "request2" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.fragmented.with.content.length/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.fragmented.with.content.length/client.rpt index 8db936586a..a184988620 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.fragmented.with.content.length/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.fragmented.with.content.length/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "POST / HTTP/1.1\r\n" -write "Host: localhost:8080\r\n" +write "Host: localhost:54321\r\n" write "Content-Length" write flush write ": 11\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.fragmented.with.content.length/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.fragmented.with.content.length/server.rpt index 9c524ed318..ccdb71c311 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.fragmented.with.content.length/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.fragmented.with.content.length/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.fragmented/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.fragmented/client.rpt index 2c4f36c2d9..3130b760b4 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.fragmented/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.fragmented/client.rpt @@ -23,7 +23,7 @@ write "GET / HTTP/1.1\r\n" write "Host: localh" write flush -write "ost:8080\r\n" +write "ost:54321\r\n" write "some" write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.fragmented/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.fragmented/server.rpt index 1b551b6df4..92315cb7d5 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.fragmented/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.fragmented/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.sent.100k.message/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.sent.100k.message/client.rpt index f75a08947c..5da2d75d6c 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.sent.100k.message/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.sent.100k.message/client.rpt @@ -16,7 +16,7 @@ property clientInitialWindow 8192 -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window ${clientInitialWindow} option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.sent.100k.message/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.sent.100k.message/server.rpt index 687799e17a..bccb92a411 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.sent.100k.message/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.sent.100k.message/server.rpt @@ -16,7 +16,7 @@ property serverInitialWindow 8192 -accept "http://localhost:8080/" +accept "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window ${serverInitialWindow} option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.with.content.length.and.transport.close/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.with.content.length.and.transport.close/client.rpt index ec66fe3b90..c166a0ff60 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.with.content.length.and.transport.close/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.with.content.length.and.transport.close/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "POST / HTTP/1.1\r\n" -write "Host: localhost:8080\r\n" +write "Host: localhost:54321\r\n" write "Content-Length: 11\r\n" write "\r\n" write "hello world" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.with.content.length.and.transport.close/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.with.content.length.and.transport.close/server.rpt index 527bbc00aa..98b512cd53 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.with.content.length.and.transport.close/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.with.content.length.and.transport.close/server.rpt @@ -16,7 +16,7 @@ property serverInitialWindow 8192 -accept "http://localhost:8080/" +accept "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window ${serverInitialWindow} option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.with.padding/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.with.padding/client.rpt index 28048052b1..375476d6c1 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.with.padding/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.with.padding/client.rpt @@ -22,7 +22,7 @@ connect "zilla://streams/net0" connected write "POST / HTTP/1.1\r\n" -write "Host: localhost:8080\r\n" +write "Host: localhost:54321\r\n" write "Content-Length: 16\r\n" write "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.with.padding/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.with.padding/server.rpt index 47841a0784..1429006efc 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.with.padding/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/request.with.padding/server.rpt @@ -22,7 +22,7 @@ accepted connected read "POST / HTTP/1.1\r\n" -read "Host: localhost:8080\r\n" +read "Host: localhost:54321\r\n" read "Content-Length: 16\r\n" read "\r\n" read "Client sent data" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.chunked.with.extensions.filling.maximum.headers/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.chunked.with.extensions.filling.maximum.headers/client.rpt index 9d2264070c..dccd2e06b9 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.chunked.with.extensions.filling.maximum.headers/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.chunked.with.extensions.filling.maximum.headers/client.rpt @@ -22,7 +22,7 @@ connect "zilla://streams/net0" connected write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.chunked.with.extensions.filling.maximum.headers/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.chunked.with.extensions.filling.maximum.headers/server.rpt index 5e54484717..3f7577df03 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.chunked.with.extensions.filling.maximum.headers/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.chunked.with.extensions.filling.maximum.headers/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" # Headers plus metadata for first chunk make up 64 bytes (17 + 28 + 2 + 17) diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.first.fragment.maximum.headers/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.first.fragment.maximum.headers/client.rpt index cc5295e93b..a1e21c8b7f 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.first.fragment.maximum.headers/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.first.fragment.maximum.headers/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.first.fragment.maximum.headers/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.first.fragment.maximum.headers/server.rpt index 68920decb4..76246fdefc 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.first.fragment.maximum.headers/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.first.fragment.maximum.headers/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET / HTTP/1.1\r\n" -read "Host: localhost:8080\r\n" +read "Host: localhost:54321\r\n" read "\r\n" # Response headers are of length 64 bytes diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.fragmented.with.content.length/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.fragmented.with.content.length/client.rpt index 1aaf7aedfd..6cbd4615d6 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.fragmented.with.content.length/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.fragmented.with.content.length/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.fragmented.with.content.length/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.fragmented.with.content.length/server.rpt index 0ab320597b..bfc66f7bff 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.fragmented.with.content.length/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.fragmented.with.content.length/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET / HTTP/1.1\r\n" -read "Host: localhost:8080\r\n" +read "Host: localhost:54321\r\n" read "\r\n" # Response headers are of length 64 bytes diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.fragmented.with.padding/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.fragmented.with.padding/client.rpt index 34642c00cd..06c0263751 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.fragmented.with.padding/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.fragmented.with.padding/client.rpt @@ -22,7 +22,7 @@ connect "zilla://streams/net0" connected write "GET / HTTP/1.1\r\n" -write "Host: localhost:8080\r\n" +write "Host: localhost:54321\r\n" write "\r\n" write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.fragmented.with.padding/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.fragmented.with.padding/server.rpt index 554c8be7cd..f83ff0cbe7 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.fragmented.with.padding/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.fragmented.with.padding/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET / HTTP/1.1\r\n" -read "Host: localhost:8080\r\n" +read "Host: localhost:54321\r\n" read "\r\n" write "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.fragmented/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.fragmented/client.rpt index 3f85dd9b9a..4ce5c0a6bb 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.fragmented/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.fragmented/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.fragmented/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.fragmented/server.rpt index ba50b6e67a..80b8dc080e 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.fragmented/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.fragmented/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET / HTTP/1.1\r\n" -read "Host: localhost:8080\r\n" +read "Host: localhost:54321\r\n" read "\r\n" # Response headers are of length 64 bytes diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.headers.too.long/client.5xx.response.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.headers.too.long/client.5xx.response.rpt index 3cbc2dc054..151ac427f6 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.headers.too.long/client.5xx.response.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.headers.too.long/client.5xx.response.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.headers.too.long/client.response.reset.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.headers.too.long/client.response.reset.rpt index c81ac5782e..7dc78c39b9 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.headers.too.long/client.response.reset.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.headers.too.long/client.response.reset.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "GET / HTTP/1.1\r\n" -write "Host: localhost:8080\r\n" +write "Host: localhost:54321\r\n" write "\r\n" write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.headers.too.long/server.5xx.response.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.headers.too.long/server.5xx.response.rpt index e150f69e7b..ba77bfe4bb 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.headers.too.long/server.5xx.response.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.headers.too.long/server.5xx.response.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.headers.too.long/server.response.reset.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.headers.too.long/server.response.reset.rpt index 342654f3dd..e05f78ed0b 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.headers.too.long/server.response.reset.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.headers.too.long/server.response.reset.rpt @@ -21,7 +21,7 @@ accepted connected read "GET / HTTP/1.1\r\n" -read "Host: localhost:8080\r\n" +read "Host: localhost:54321\r\n" read "\r\n" write "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.headers.with.padding/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.headers.with.padding/client.rpt index fa86ddfe76..08ca0329ba 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.headers.with.padding/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.headers.with.padding/client.rpt @@ -22,7 +22,7 @@ connect "zilla://streams/net0" connected write "GET / HTTP/1.1\r\n" -write "Host: localhost:8080\r\n" +write "Host: localhost:54321\r\n" write "\r\n" write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.headers.with.padding/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.headers.with.padding/server.rpt index 21f595baba..082851620d 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.headers.with.padding/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.headers.with.padding/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET / HTTP/1.1\r\n" -read "Host: localhost:8080\r\n" +read "Host: localhost:54321\r\n" read "\r\n" write "HTTP/1.1 204 No Content\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.sent.100k.message/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.sent.100k.message/client.rpt index 74f816c5a3..ae04dc20f6 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.sent.100k.message/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.sent.100k.message/client.rpt @@ -16,7 +16,7 @@ property clientInitialWindow 8192 -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window ${clientInitialWindow} option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.sent.100k.message/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.sent.100k.message/server.rpt index 363558c2d3..0bf6f03f7a 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.sent.100k.message/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.sent.100k.message/server.rpt @@ -16,7 +16,7 @@ property serverInitialWindow 8192 -accept "http://localhost:8080/" +accept "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window ${serverInitialWindow} option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.with.content.exceeding.window/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.with.content.exceeding.window/client.rpt index 68ed189c02..1d9b3748c3 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.with.content.exceeding.window/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.with.content.exceeding.window/client.rpt @@ -16,7 +16,7 @@ property clientInitialWindow 8192 -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window ${clientInitialWindow} option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.with.content.exceeding.window/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.with.content.exceeding.window/server.rpt index afee143bd7..f6685cc946 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.with.content.exceeding.window/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.with.content.exceeding.window/server.rpt @@ -24,7 +24,7 @@ accepted connected read "GET / HTTP/1.1\r\n" -read "Host: localhost:8080\r\n" +read "Host: localhost:54321\r\n" read "\r\n" write "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.with.content.length.and.transport.close/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.with.content.length.and.transport.close/client.rpt index c10bd13fdb..4e4f26d389 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.with.content.length.and.transport.close/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.with.content.length.and.transport.close/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.with.content.length.and.transport.close/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.with.content.length.and.transport.close/server.rpt index 17a28ceda5..de2041c3b3 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.with.content.length.and.transport.close/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.with.content.length.and.transport.close/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET / HTTP/1.1\r\n" -read "Host: localhost:8080\r\n" +read "Host: localhost:54321\r\n" read "\r\n" # Response headers are of length 64 bytes diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.with.padding/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.with.padding/client.rpt index 64115662fb..4c6143f4a7 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.with.padding/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.with.padding/client.rpt @@ -22,7 +22,7 @@ connect "zilla://streams/net0" connected write "GET / HTTP/1.1\r\n" -write "Host: localhost:8080\r\n" +write "Host: localhost:54321\r\n" write "\r\n" write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.with.padding/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.with.padding/server.rpt index 5c3cae2ba8..e08440254c 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.with.padding/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/flow.control/response.with.padding/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET / HTTP/1.1\r\n" -read "Host: localhost:8080\r\n" +read "Host: localhost:54321\r\n" read "\r\n" write "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/head.request.and.response.with.content.length/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/head.request.and.response.with.content.length/client.rpt index d66c15cebc..0de10dd645 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/head.request.and.response.with.content.length/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/head.request.and.response.with.content.length/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/head.request.and.response.with.content.length/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/head.request.and.response.with.content.length/server.rpt index 7574a996ad..b51e54b5b1 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/head.request.and.response.with.content.length/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/head.request.and.response.with.content.length/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/head.request.and.response/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/head.request.and.response/client.rpt index 86e1ae495e..2fac1a538f 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/head.request.and.response/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/head.request.and.response/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/head.request.and.response/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/head.request.and.response/server.rpt index bea026dc70..6cdf764cb7 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/head.request.and.response/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/head.request.and.response/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/invalid.request.missing.target/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/invalid.request.missing.target/client.rpt index 3e88d7f158..05520c497b 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/invalid.request.missing.target/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/invalid.request.missing.target/client.rpt @@ -20,6 +20,6 @@ connect "zilla://streams/net0" connected write "GET HTTP/1.1\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 400 Bad Request\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/invalid.request.multiple.content.lengths/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/invalid.request.multiple.content.lengths/client.rpt index b51b884bb5..e3f581d657 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/invalid.request.multiple.content.lengths/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/invalid.request.multiple.content.lengths/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "POST / HTTP/1.1" "\r\n" -write "Host: localhost:8080\r\n" +write "Host: localhost:54321\r\n" write "Content-Length: 11" "\r\n" write "Content-Length: 200" "\r\n" write "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/invalid.request.multiple.content.lengths/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/invalid.request.multiple.content.lengths/server.rpt index 99a1008c12..12ef999043 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/invalid.request.multiple.content.lengths/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/invalid.request.multiple.content.lengths/server.rpt @@ -21,7 +21,7 @@ accepted connected read "POST / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read /Content.*\r\n/ read /Content.*\r\n/ diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/invalid.request.space.before.colon.in.header/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/invalid.request.space.before.colon.in.header/client.rpt index 20adb27010..28f5db540b 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/invalid.request.space.before.colon.in.header/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/invalid.request.space.before.colon.in.header/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "GET / HTTP/1.1\r\n" -write "Host: localhost:8080\r\n" +write "Host: localhost:54321\r\n" write "Invalid : header\r\n" write "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/invalid.request.space.before.colon.in.header/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/invalid.request.space.before.colon.in.header/server.rpt index f1a76640af..555cb55193 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/invalid.request.space.before.colon.in.header/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/invalid.request.space.before.colon.in.header/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET / HTTP/1.1\r\n" -read "Host: localhost:8080\r\n" +read "Host: localhost:54321\r\n" read "Invalid : header\r\n" read "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/invalid.request.whitespace.after.start.line/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/invalid.request.whitespace.after.start.line/client.rpt index 8839760d21..83017235a3 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/invalid.request.whitespace.after.start.line/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/invalid.request.whitespace.after.start.line/client.rpt @@ -21,7 +21,7 @@ connected write "GET / HTTP/1.1\r\n" write " " -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 400" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/invalid.request.whitespace.after.start.line/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/invalid.request.whitespace.after.start.line/server.rpt index 8a4099e79e..6f6369ddc5 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/invalid.request.whitespace.after.start.line/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/invalid.request.whitespace.after.start.line/server.rpt @@ -22,7 +22,7 @@ connected read "GET / HTTP/1.1\r\n" read " " -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 400 Bad Request\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/on.response.proxy.must.remove.space.in.header.with.space.between.header.name.and.colon/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/on.response.proxy.must.remove.space.in.header.with.space.between.header.name.and.colon/client.rpt index 072f976b3e..2960dd0000 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/on.response.proxy.must.remove.space.in.header.with.space.between.header.name.and.colon/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/on.response.proxy.must.remove.space.in.header.with.space.between.header.name.and.colon/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/on.response.proxy.must.remove.space.in.header.with.space.between.header.name.and.colon/proxy.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/on.response.proxy.must.remove.space.in.header.with.space.between.header.name.and.colon/proxy.rpt index 105be12ae6..4b2bcfa87b 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/on.response.proxy.must.remove.space.in.header.with.space.between.header.name.and.colon/proxy.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/on.response.proxy.must.remove.space.in.header.with.space.between.header.name.and.colon/proxy.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/proxy" +accept "http://localhost:54321/proxy" accepted connected read closed @@ -25,11 +25,11 @@ write http:content-length write http:header "some" ${header} write close -connect "tcp://localhost:8081" +connect "tcp://localhost:54322" connected write await CLIENT_REQUEST_READ write "GET /server HTTP/1.1" "\r\n" -write "Host: localhost:8081" "\r\n" +write "Host: localhost:54322" "\r\n" write "\r\n" read "HTTP/1.1 200 OK" "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/on.response.proxy.must.remove.space.in.header.with.space.between.header.name.and.colon/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/on.response.proxy.must.remove.space.in.header.with.space.between.header.name.and.colon/server.rpt index cc60215d40..6585f6c912 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/on.response.proxy.must.remove.space.in.header.with.space.between.header.name.and.colon/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/on.response.proxy.must.remove.space.in.header.with.space.between.header.name.and.colon/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "tcp://localhost:8081" +accept "tcp://localhost:54322" accepted connected read "GET /server HTTP/1.1" "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/post.request.with.no.content/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/post.request.with.no.content/client.rpt index d154eb0ab4..595af7084f 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/post.request.with.no.content/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/post.request.with.no.content/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/post.request.with.no.content/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/post.request.with.no.content/server.rpt index a7c8dd70a2..ff687a7443 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/post.request.with.no.content/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/post.request.with.no.content/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/proxy.gets.response.with.multiple.content.lengths/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/proxy.gets.response.with.multiple.content.lengths/client.rpt index 7abff16846..666ee3df72 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/proxy.gets.response.with.multiple.content.lengths/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/proxy.gets.response.with.multiple.content.lengths/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/proxy.gets.response.with.multiple.content.lengths/proxy.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/proxy.gets.response.with.multiple.content.lengths/proxy.rpt index 70386e31ae..3590c04464 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/proxy.gets.response.with.multiple.content.lengths/proxy.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/proxy.gets.response.with.multiple.content.lengths/proxy.rpt @@ -14,12 +14,12 @@ # under the License. # -connect "tcp://localhost:8081" +connect "tcp://localhost:54322" connected write await CLIENT_REQUEST write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080\r\n" +write "Host: localhost:54321\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" @@ -29,11 +29,11 @@ read "\r\n" read "Hello world" read notify SERVER_RESPONSE -accept "tcp://localhost:8080" +accept "tcp://localhost:54321" accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080\r\n" +read "Host: localhost:54321\r\n" read "\r\n" read notify CLIENT_REQUEST diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/proxy.gets.response.with.multiple.content.lengths/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/proxy.gets.response.with.multiple.content.lengths/server.rpt index 5ad76db107..35b4fd16b6 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/proxy.gets.response.with.multiple.content.lengths/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/proxy.gets.response.with.multiple.content.lengths/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "tcp://localhost:8081" +accept "tcp://localhost:54322" accepted connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/proxy.or.gateway.must.reject.obs.in.header.value/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/proxy.or.gateway.must.reject.obs.in.header.value/client.rpt index 59460b913a..ab847d2a28 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/proxy.or.gateway.must.reject.obs.in.header.value/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/proxy.or.gateway.must.reject.obs.in.header.value/client.rpt @@ -14,11 +14,11 @@ # under the License. # -connect "tcp://localhost:8080" +connect "tcp://localhost:54321" connected write "GET / HTTP/1.1\r\n" -write "Host: localhost:8080\r\n" +write "Host: localhost:54321\r\n" write "BadHeader: value\r\nPart of value\tstill part of value\r\n" write "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/proxy.or.gateway.must.reject.obs.in.header.value/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/proxy.or.gateway.must.reject.obs.in.header.value/server.rpt index 36775cd1d3..37c01b66f8 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/proxy.or.gateway.must.reject.obs.in.header.value/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/proxy.or.gateway.must.reject.obs.in.header.value/server.rpt @@ -14,12 +14,12 @@ # under the License. # -accept "tcp://localhost:8080" +accept "tcp://localhost:54321" accepted connected read "GET / HTTP/1.1\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "BadHeader: value\r\nPart of value\tstill part of value\r\n" read "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/proxy.should.preserve.unrecongnized.headers/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/proxy.should.preserve.unrecongnized.headers/client.rpt index 96439d9617..46506d1bc7 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/proxy.should.preserve.unrecongnized.headers/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/proxy.should.preserve.unrecongnized.headers/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/proxy.should.preserve.unrecongnized.headers/proxy.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/proxy.should.preserve.unrecongnized.headers/proxy.rpt index 68ecd69c29..d2e6689cb1 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/proxy.should.preserve.unrecongnized.headers/proxy.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/proxy.should.preserve.unrecongnized.headers/proxy.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/proxy" +accept "http://localhost:54321/proxy" accepted connected read http:header "secret" "header" @@ -26,7 +26,7 @@ write http:header "doubleSecret" "probation" write http:content-length write close -connect "http://localhost:8080/server" +connect "http://localhost:54321/server" connected write await CLIENT_REQUEST_READ write http:method "GET" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/proxy.should.preserve.unrecongnized.headers/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/proxy.should.preserve.unrecongnized.headers/server.rpt index 207a82eb03..c9698bb201 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/proxy.should.preserve.unrecongnized.headers/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/proxy.should.preserve.unrecongnized.headers/server.rpt @@ -16,7 +16,7 @@ property serverTransport "zilla://streams/target#0" -accept "http://localhost:8080/" +accept "http://localhost:54321/" option http:transport ${serverTransport} option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.content.length/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.content.length/client.rpt index 9425c99280..d5db4d2d0a 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.content.length/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.content.length/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.content.length/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.content.length/server.rpt index 527bbc00aa..98b512cd53 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.content.length/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.content.length/server.rpt @@ -16,7 +16,7 @@ property serverInitialWindow 8192 -accept "http://localhost:8080/" +accept "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window ${serverInitialWindow} option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.extra.CRLF.before.request.line/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.extra.CRLF.before.request.line/client.rpt index 7f96481ece..3f1c0548f3 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.extra.CRLF.before.request.line/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.extra.CRLF.before.request.line/client.rpt @@ -22,7 +22,7 @@ connected write "\r\n" # robust server should allow this write "\r\n" # robust server should allow this write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.extra.CRLF.before.request.line/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.extra.CRLF.before.request.line/server.rpt index c4abef5be8..f51d2f6948 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.extra.CRLF.before.request.line/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.extra.CRLF.before.request.line/server.rpt @@ -23,7 +23,7 @@ connected read "\r\n" read "\r\n" read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.header.value.too.long/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.header.value.too.long/client.rpt index 7d0d12d462..d9e33be947 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.header.value.too.long/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.header.value.too.long/client.rpt @@ -22,7 +22,7 @@ connect "zilla://streams/net0" connected write "GET / HTTP/1.1" "\r\n" -write "Host: " "localhost:8080" "\r\n" +write "Host: " "localhost:54321" "\r\n" write "header: " ${http:randomAscii(headerSize)} "\r\n" write "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.header.value.too.long/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.header.value.too.long/server.rpt index 2512ac13ca..de363cf421 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.header.value.too.long/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.header.value.too.long/server.rpt @@ -24,7 +24,7 @@ connected read "GET / HTTP/1.1\r\n" -read "Host: localhost:8080\r\n" +read "Host: localhost:54321\r\n" read "header: " [0..${headerSize}] "\r\n" read "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.headers/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.headers/client.rpt index 6327339603..5636db4a15 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.headers/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.headers/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.headers/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.headers/server.rpt index 4047ab472c..e871057606 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.headers/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.headers/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.obsolete.line.folding/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.obsolete.line.folding/client.rpt index 3480ca0ecd..25fc1850d0 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.obsolete.line.folding/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.obsolete.line.folding/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "GET / HTTP/1.1\r\n" -write "Host: localhost:8080\r\n" +write "Host: localhost:54321\r\n" write "BadHeader: value\r\n Part of value\r\n\tstill part of value\r\n" write "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.obsolete.line.folding/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.obsolete.line.folding/server.rpt index 0715223db8..6a8ee2b150 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.obsolete.line.folding/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.obsolete.line.folding/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET / HTTP/1.1\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "BadHeader: value\r\n Part of value\r\n\tstill part of value\r\n" read "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.start.line.too.long/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.start.line.too.long/client.rpt index bc327ab1dc..f7b4aa51df 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.start.line.too.long/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.start.line.too.long/client.rpt @@ -19,8 +19,8 @@ connect "zilla://streams/net0" option zilla:transmission "duplex" connected -write "GET http://localhost:8080/" ${http:randomAscii(9001)} " HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "GET http://localhost:54321/" ${http:randomAscii(9001)} " HTTP/1.1" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 414" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.start.line.too.long/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.start.line.too.long/server.rpt index 4574980835..ea870f8ed6 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.start.line.too.long/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.start.line.too.long/server.rpt @@ -20,7 +20,7 @@ accept "zilla://streams/net0" accepted connected -read "GET http://localhost:8080/" [0..9001] " HTTP/1.1" "\r\n" +read "GET http://localhost:54321/" [0..9001] " HTTP/1.1" "\r\n" write "HTTP/1.1 414 Request-URI Too Long\r\n" write "Server: k3po\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.unimplemented.method/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.unimplemented.method/client.rpt index 1413eb421a..cdfc77599d 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.unimplemented.method/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.unimplemented.method/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.unimplemented.method/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.unimplemented.method/server.rpt index 497d03a745..7047312792 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.unimplemented.method/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.unimplemented.method/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.unknown.transfer.encoding/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.unknown.transfer.encoding/client.rpt index 62ab47b0fb..7e322dde6c 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.unknown.transfer.encoding/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.unknown.transfer.encoding/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.unknown.transfer.encoding/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.unknown.transfer.encoding/server.rpt index 91b6bd9cee..a19990e4e8 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.unknown.transfer.encoding/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/request.with.unknown.transfer.encoding/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/response.with.content.length/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/response.with.content.length/client.rpt index b55e18026d..3146201aee 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/response.with.content.length/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/response.with.content.length/client.rpt @@ -16,7 +16,7 @@ property clientInitialWindow 8192 -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window ${clientInitialWindow} option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/response.with.content.length/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/response.with.content.length/server.rpt index c736ce6a75..4981c7675b 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/response.with.content.length/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/response.with.content.length/server.rpt @@ -16,7 +16,7 @@ property serverInitialWindow 8192 -accept "http://localhost:8080/" +accept "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window ${serverInitialWindow} option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/response.with.headers/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/response.with.headers/client.rpt index 1fab15f6bd..726f1d99ca 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/response.with.headers/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/response.with.headers/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/response.with.headers/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/response.with.headers/server.rpt index 9b00e9fcc4..ff26cc3866 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/response.with.headers/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.format/response.with.headers/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/firewall.intermediary.should.replace.host.in.via.header.with.pseudonym/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/firewall.intermediary.should.replace.host.in.via.header.with.pseudonym/client.rpt index 0f5e3a3a91..d8d507262d 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/firewall.intermediary.should.replace.host.in.via.header.with.pseudonym/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/firewall.intermediary.should.replace.host.in.via.header.with.pseudonym/client.rpt @@ -15,7 +15,7 @@ # # CLIENT -connect "http://localhost:8080/resource" +connect "http://localhost:54321/resource" connected write http:method "GET" write http:host diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/firewall.intermediary.should.replace.host.in.via.header.with.pseudonym/proxy.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/firewall.intermediary.should.replace.host.in.via.header.with.pseudonym/proxy.rpt index 4edcfbcd58..3824fa98f4 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/firewall.intermediary.should.replace.host.in.via.header.with.pseudonym/proxy.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/firewall.intermediary.should.replace.host.in.via.header.with.pseudonym/proxy.rpt @@ -16,7 +16,7 @@ # PROXY # Accept request from client -accept "http://localhost:8080/resource" +accept "http://localhost:54321/resource" accepted connected read http:method "GET" @@ -29,11 +29,11 @@ write http:header "via" "1.1 pseudonym3, 1.1 my-pseudonym" write close # Connect to backend -connect "http://localhost:8081/resource" +connect "http://localhost:54322/resource" connected write await CLIENT_REQUEST write http:method "GET" -write http:header "Host" "localhost:8081" +write http:header "Host" "localhost:54322" write http:header "via" "1.1 pseudonym1, 1.1 my-pseudonym" write close read http:status "200" "OK" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/firewall.intermediary.should.replace.host.in.via.header.with.pseudonym/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/firewall.intermediary.should.replace.host.in.via.header.with.pseudonym/server.rpt index d92b2d0833..6b4106b411 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/firewall.intermediary.should.replace.host.in.via.header.with.pseudonym/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/firewall.intermediary.should.replace.host.in.via.header.with.pseudonym/server.rpt @@ -15,11 +15,11 @@ # #SERVER -accept "http://localhost:8081/resource" +accept "http://localhost:54322/resource" accepted connected read http:method "GET" -read http:header "Host" "localhost:8081" +read http:header "Host" "localhost:54322" read http:header "via" "1.1 pseudonym1, 1.1 my-pseudonym" read closed write http:status "200" "OK" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/gateway.must.attach.appropriate.via.header.on.request.and.may.attach.on.response/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/gateway.must.attach.appropriate.via.header.on.request.and.may.attach.on.response/client.rpt index 669b0a2e3d..fde68a7f68 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/gateway.must.attach.appropriate.via.header.on.request.and.may.attach.on.response/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/gateway.must.attach.appropriate.via.header.on.request.and.may.attach.on.response/client.rpt @@ -15,7 +15,7 @@ # # CLIENT -connect "http://localhost:8080/resource" +connect "http://localhost:54321/resource" connected write http:method "GET" write http:host diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/gateway.must.attach.appropriate.via.header.on.request.and.may.attach.on.response/proxy.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/gateway.must.attach.appropriate.via.header.on.request.and.may.attach.on.response/proxy.rpt index be0e4b283c..7033d59a3a 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/gateway.must.attach.appropriate.via.header.on.request.and.may.attach.on.response/proxy.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/gateway.must.attach.appropriate.via.header.on.request.and.may.attach.on.response/proxy.rpt @@ -16,7 +16,7 @@ # PROXY # Accept request from client -accept "http://localhost:8080/resource" +accept "http://localhost:54321/resource" accepted connected read http:method "GET" @@ -29,12 +29,12 @@ write http:header "via" "1.1 proxy3" write close # Connect to backend -connect "http://localhost:8081/resource" +connect "http://localhost:54322/resource" connected write await CLIENT_REQUEST write http:method "GET" -write http:header "Host" "localhost:8081" -write http:header "via" "1.1 proxy1, 1.1 localhost:8080" +write http:header "Host" "localhost:54322" +write http:header "via" "1.1 proxy1, 1.1 localhost:54321" write close read http:status "200" "OK" read http:header "via" "1.1 proxy3" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/gateway.must.attach.appropriate.via.header.on.request.and.may.attach.on.response/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/gateway.must.attach.appropriate.via.header.on.request.and.may.attach.on.response/server.rpt index 7e0c88604e..5547aad02a 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/gateway.must.attach.appropriate.via.header.on.request.and.may.attach.on.response/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/gateway.must.attach.appropriate.via.header.on.request.and.may.attach.on.response/server.rpt @@ -15,12 +15,12 @@ # #SERVER -accept "http://localhost:8081/resource" +accept "http://localhost:54322/resource" accepted connected read http:method "GET" -read http:header "Host" "localhost:8081" -read http:header "via" "1.1 proxy1, 1.1 localhost:8080" +read http:header "Host" "localhost:54322" +read http:header "via" "1.1 proxy1, 1.1 localhost:54321" read closed write http:status "200" "OK" write http:content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.host.header.should.follow.request.line/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.host.header.should.follow.request.line/client.rpt index 2ee5f1a5ff..eb39c515c8 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.host.header.should.follow.request.line/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.host.header.should.follow.request.line/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" connected write http:method "POST" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.host.header.should.follow.request.line/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.host.header.should.follow.request.line/server.rpt index 3a867aa6d9..abbf1342ae 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.host.header.should.follow.request.line/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.host.header.should.follow.request.line/server.rpt @@ -14,10 +14,10 @@ # under the License. # -accept "tcp://localhost:8080" +accept "tcp://localhost:54321" accepted connected read "POST / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.accept.absolute.form/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.accept.absolute.form/client.rpt index 73686cd2db..7ba59956a5 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.accept.absolute.form/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.accept.absolute.form/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" connected write http:method "POST" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.accept.absolute.form/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.accept.absolute.form/server.rpt index 1614f44594..1bc946cb5e 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.accept.absolute.form/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.accept.absolute.form/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" accepted connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.accept.asterick.form.options.request/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.accept.asterick.form.options.request/client.rpt index 73686cd2db..7ba59956a5 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.accept.asterick.form.options.request/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.accept.asterick.form.options.request/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" connected write http:method "POST" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.accept.asterick.form.options.request/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.accept.asterick.form.options.request/server.rpt index 1614f44594..1bc946cb5e 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.accept.asterick.form.options.request/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.accept.asterick.form.options.request/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" accepted connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.accept.origin.form/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.accept.origin.form/client.rpt index 73686cd2db..7ba59956a5 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.accept.origin.form/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.accept.origin.form/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" connected write http:method "POST" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.accept.origin.form/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.accept.origin.form/server.rpt index 1614f44594..1bc946cb5e 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.accept.origin.form/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.accept.origin.form/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" accepted connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.reject.request.with.400.if.host.header.does.not.match.uri/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.reject.request.with.400.if.host.header.does.not.match.uri/client.rpt index fcdcbb856c..e2d6687151 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.reject.request.with.400.if.host.header.does.not.match.uri/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.reject.request.with.400.if.host.header.does.not.match.uri/client.rpt @@ -14,11 +14,11 @@ # under the License. # -connect "tcp://localhost:8080" +connect "tcp://localhost:54321" connected -write "GET http://localhost:8080/ HTTP/1.1" "\r\n" -write "Host: anotherhost:8080" "\r\n" +write "GET http://localhost:54321/ HTTP/1.1" "\r\n" +write "Host: anotherhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 400" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.reject.request.with.400.if.host.header.does.not.match.uri/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.reject.request.with.400.if.host.header.does.not.match.uri/server.rpt index b8777890bd..35ff6771cb 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.reject.request.with.400.if.host.header.does.not.match.uri/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.reject.request.with.400.if.host.header.does.not.match.uri/server.rpt @@ -14,12 +14,12 @@ # under the License. # -accept "tcp://localhost:8080" +accept "tcp://localhost:54321" accepted connected -read "GET http://localhost:8080/ HTTP/1.1" "\r\n" -read "Host: anotherhost:8080" "\r\n" +read "GET http://localhost:54321/ HTTP/1.1" "\r\n" +read "Host: anotherhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 400 BAD REQUEST" "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.reject.request.with.400.if.host.header.occurs.more.than.once/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.reject.request.with.400.if.host.header.occurs.more.than.once/client.rpt index 3db1a1b941..96e591d00e 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.reject.request.with.400.if.host.header.occurs.more.than.once/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.reject.request.with.400.if.host.header.occurs.more.than.once/client.rpt @@ -14,12 +14,12 @@ # under the License. # -connect "tcp://localhost:8080" +connect "tcp://localhost:54321" connected write "GET / HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" -write "Host: anotherhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" +write "Host: anotherhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 400" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.reject.request.with.400.if.host.header.occurs.more.than.once/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.reject.request.with.400.if.host.header.occurs.more.than.once/server.rpt index ecc4493a08..5aef175828 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.reject.request.with.400.if.host.header.occurs.more.than.once/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.reject.request.with.400.if.host.header.occurs.more.than.once/server.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "tcp://localhost:8080" +accept "tcp://localhost:54321" accepted connected read "GET / HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" -read "Host: anotherhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" +read "Host: anotherhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 400 BAD REQUEST" "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.reject.request.with.400.if.missing.host.header/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.reject.request.with.400.if.missing.host.header/client.rpt index 1d2ba95860..06e0fcc4c7 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.reject.request.with.400.if.missing.host.header/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.reject.request.with.400.if.missing.host.header/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "tcp://localhost:8080" +connect "tcp://localhost:54321" connected write "GET / HTTP/1.1" "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.reject.request.with.400.if.missing.host.header/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.reject.request.with.400.if.missing.host.header/server.rpt index 9fe6afca5c..82617d00b6 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.reject.request.with.400.if.missing.host.header/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/inbound.must.reject.request.with.400.if.missing.host.header/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "tcp://localhost:8080" +accept "tcp://localhost:54321" accepted connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/intermediary.must.accept.authority.form.connect.request/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/intermediary.must.accept.authority.form.connect.request/client.rpt index 73686cd2db..7ba59956a5 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/intermediary.must.accept.authority.form.connect.request/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/intermediary.must.accept.authority.form.connect.request/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" connected write http:method "POST" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/intermediary.must.accept.authority.form.connect.request/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/intermediary.must.accept.authority.form.connect.request/server.rpt index 1614f44594..1bc946cb5e 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/intermediary.must.accept.authority.form.connect.request/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/intermediary.must.accept.authority.form.connect.request/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" accepted connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/last.proxy.must.convert.options.in.absolute.form.to.asterick.form/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/last.proxy.must.convert.options.in.absolute.form.to.asterick.form/client.rpt index 73686cd2db..7ba59956a5 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/last.proxy.must.convert.options.in.absolute.form.to.asterick.form/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/last.proxy.must.convert.options.in.absolute.form.to.asterick.form/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" connected write http:method "POST" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/last.proxy.must.convert.options.in.absolute.form.to.asterick.form/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/last.proxy.must.convert.options.in.absolute.form.to.asterick.form/server.rpt index 1614f44594..1bc946cb5e 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/last.proxy.must.convert.options.in.absolute.form.to.asterick.form/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/last.proxy.must.convert.options.in.absolute.form.to.asterick.form/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" accepted connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.attach.appropriate.via.header/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.attach.appropriate.via.header/client.rpt index db5f2fd12b..1fb2adb2e5 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.attach.appropriate.via.header/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.attach.appropriate.via.header/client.rpt @@ -15,10 +15,10 @@ # # CLIENT -connect "http://localhost:8080/resource" +connect "http://localhost:54321/resource" connected write http:method "GET" write http:host write close -read http:header "via" "1.1 localhost:8080" +read http:header "via" "1.1 localhost:54321" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.attach.appropriate.via.header/proxy.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.attach.appropriate.via.header/proxy.rpt index d7f663b2f5..3253b27518 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.attach.appropriate.via.header/proxy.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.attach.appropriate.via.header/proxy.rpt @@ -16,7 +16,7 @@ # PROXY # Accept request from client -accept "http://localhost:8080/resource" +accept "http://localhost:54321/resource" accepted connected read http:method "GET" @@ -24,16 +24,16 @@ read notify CLIENT_REQUEST write await BACKEND_RESPONSE write http:status "200" "OK" write http:content-length -write http:header "via" "1.1 localhost:8080" +write http:header "via" "1.1 localhost:54321" write close # Connect to backend -connect "http://localhost:8081/resource" +connect "http://localhost:54322/resource" connected write await CLIENT_REQUEST write http:method "GET" -write http:header "Host" "localhost:8081" -write http:header "via" "1.1 localhost:8080" +write http:header "Host" "localhost:54322" +write http:header "via" "1.1 localhost:54321" write close read http:status "200" "OK" read notify BACKEND_RESPONSE diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.attach.appropriate.via.header/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.attach.appropriate.via.header/server.rpt index e76e6bb49c..4a5c988c78 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.attach.appropriate.via.header/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.attach.appropriate.via.header/server.rpt @@ -15,12 +15,12 @@ # #SERVER -accept "http://localhost:8081/resource" +accept "http://localhost:54322/resource" accepted connected read http:method "GET" -read http:header "Host" "localhost:8081" -write http:header "via" "1.1 localhost:8080" +read http:header "Host" "localhost:54322" +write http:header "via" "1.1 localhost:54321" read closed write http:status "200" "OK" write http:content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.attach.appropriate.via.headers.even.when.others/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.attach.appropriate.via.headers.even.when.others/client.rpt index 782313d069..26b5e84a2c 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.attach.appropriate.via.headers.even.when.others/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.attach.appropriate.via.headers.even.when.others/client.rpt @@ -15,11 +15,11 @@ # # CLIENT -connect "http://localhost:8080/resource" +connect "http://localhost:54321/resource" connected write http:method "GET" write http:host write http:header "via" "1.1 proxy1" write close -read http:header "via" "1.1 proxy3, 1.1 localhost:8080" +read http:header "via" "1.1 proxy3, 1.1 localhost:54321" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.attach.appropriate.via.headers.even.when.others/proxy.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.attach.appropriate.via.headers.even.when.others/proxy.rpt index 3880d3fd7c..cec5b73d4d 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.attach.appropriate.via.headers.even.when.others/proxy.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.attach.appropriate.via.headers.even.when.others/proxy.rpt @@ -16,7 +16,7 @@ # PROXY # Accept request from client -accept "http://localhost:8080/resource" +accept "http://localhost:54321/resource" accepted connected read http:method "GET" @@ -25,16 +25,16 @@ read notify CLIENT_REQUEST write await BACKEND_RESPONSE write http:status "200" "OK" write http:content-length -write http:header "via" "1.1 proxy3, 1.1 localhost:8080" +write http:header "via" "1.1 proxy3, 1.1 localhost:54321" write close # Connect to backend -connect "http://localhost:8081/resource" +connect "http://localhost:54322/resource" connected write await CLIENT_REQUEST write http:method "GET" -write http:header "Host" "localhost:8081" -write http:header "via" "1.1 proxy1, 1.1 localhost:8080" +write http:header "Host" "localhost:54322" +write http:header "via" "1.1 proxy1, 1.1 localhost:54321" write close read http:status "200" "OK" read http:header "via" "1.1 proxy3" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.attach.appropriate.via.headers.even.when.others/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.attach.appropriate.via.headers.even.when.others/server.rpt index 7e0c88604e..5547aad02a 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.attach.appropriate.via.headers.even.when.others/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.attach.appropriate.via.headers.even.when.others/server.rpt @@ -15,12 +15,12 @@ # #SERVER -accept "http://localhost:8081/resource" +accept "http://localhost:54322/resource" accepted connected read http:method "GET" -read http:header "Host" "localhost:8081" -read http:header "via" "1.1 proxy1, 1.1 localhost:8080" +read http:header "Host" "localhost:54322" +read http:header "via" "1.1 proxy1, 1.1 localhost:54321" read closed write http:status "200" "OK" write http:content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.not.modify.query.or.absolute.path.of.request/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.not.modify.query.or.absolute.path.of.request/client.rpt index 73686cd2db..7ba59956a5 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.not.modify.query.or.absolute.path.of.request/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.not.modify.query.or.absolute.path.of.request/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" connected write http:method "POST" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.not.modify.query.or.absolute.path.of.request/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.not.modify.query.or.absolute.path.of.request/server.rpt index 1614f44594..1bc946cb5e 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.not.modify.query.or.absolute.path.of.request/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.not.modify.query.or.absolute.path.of.request/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" accepted connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.not.transform.the.payload.of.a.request.that.contains.a.no.transform.cache.control/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.not.transform.the.payload.of.a.request.that.contains.a.no.transform.cache.control/client.rpt index 73686cd2db..7ba59956a5 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.not.transform.the.payload.of.a.request.that.contains.a.no.transform.cache.control/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.not.transform.the.payload.of.a.request.that.contains.a.no.transform.cache.control/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" connected write http:method "POST" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.not.transform.the.payload.of.a.request.that.contains.a.no.transform.cache.control/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.not.transform.the.payload.of.a.request.that.contains.a.no.transform.cache.control/server.rpt index 1614f44594..1bc946cb5e 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.not.transform.the.payload.of.a.request.that.contains.a.no.transform.cache.control/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.not.transform.the.payload.of.a.request.that.contains.a.no.transform.cache.control/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" accepted connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.not.transform.the.payload.of.a.response.that.contains.a.no.transform.cache.control/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.not.transform.the.payload.of.a.response.that.contains.a.no.transform.cache.control/client.rpt index 73686cd2db..7ba59956a5 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.not.transform.the.payload.of.a.response.that.contains.a.no.transform.cache.control/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.not.transform.the.payload.of.a.response.that.contains.a.no.transform.cache.control/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" connected write http:method "POST" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.not.transform.the.payload.of.a.response.that.contains.a.no.transform.cache.control/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.not.transform.the.payload.of.a.response.that.contains.a.no.transform.cache.control/server.rpt index 1614f44594..1bc946cb5e 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.not.transform.the.payload.of.a.response.that.contains.a.no.transform.cache.control/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.must.not.transform.the.payload.of.a.response.that.contains.a.no.transform.cache.control/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" accepted connected diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.should.rewrite.host.header/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.should.rewrite.host.header/client.rpt index 5a96b58c69..66b3736953 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.should.rewrite.host.header/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.should.rewrite.host.header/client.rpt @@ -15,9 +15,9 @@ # # CLIENT -connect "tcp://localhost:8080" +connect "tcp://localhost:54321" connected -write "GET http://localhost:8080/backend/resource.html HTTP/1.1" "\r\n" +write "GET http://localhost:54321/backend/resource.html HTTP/1.1" "\r\n" write "host: reallybadhost:80\r\n" write "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.should.rewrite.host.header/proxy.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.should.rewrite.host.header/proxy.rpt index 5fa328f3b0..264478635b 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.should.rewrite.host.header/proxy.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.should.rewrite.host.header/proxy.rpt @@ -16,7 +16,7 @@ # PROXY # Accept request from client -accept "http://localhost:8080/backend/resource.html" +accept "http://localhost:54321/backend/resource.html" accepted connected read http:method "GET" @@ -27,11 +27,11 @@ write http:content-length write close # Connect to backend -connect "http://localhost:8081/backend/resource.html" +connect "http://localhost:54322/backend/resource.html" connected write await CLIENT_REQUEST write http:method "GET" -write http:header "Host" "localhost:8081" +write http:header "Host" "localhost:54322" write close read http:status "200" "OK" read notify BACKEND_RESPONSE diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.should.rewrite.host.header/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.should.rewrite.host.header/server.rpt index e7c367a643..8f6b1e0e3a 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.should.rewrite.host.header/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/message.routing/proxy.should.rewrite.host.header/server.rpt @@ -15,11 +15,11 @@ # #SERVER -accept "http://localhost:8081/backend/resource.html" +accept "http://localhost:54322/backend/resource.html" accepted connected read http:method "GET" -read http:header "Host" "localhost:8081" +read http:header "Host" "localhost:54322" read closed write http:status "200" "OK" write http:content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/invalid.chunked.request.no.crlf.at.end.of.chunk/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/invalid.chunked.request.no.crlf.at.end.of.chunk/client.rpt index 22b1f88b6c..438791803e 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/invalid.chunked.request.no.crlf.at.end.of.chunk/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/invalid.chunked.request.no.crlf.at.end.of.chunk/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "POST / HTTP/1.1\r\n" -write "Host: localhost:8080\r\n" +write "Host: localhost:54321\r\n" write "Content-Type: text/plain\r\n" write "Transfer-Encoding: chunked\r\n" write "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/invalid.chunked.request.no.crlf.at.end.of.chunk/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/invalid.chunked.request.no.crlf.at.end.of.chunk/server.rpt index faf29ce174..9e22f17814 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/invalid.chunked.request.no.crlf.at.end.of.chunk/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/invalid.chunked.request.no.crlf.at.end.of.chunk/server.rpt @@ -21,7 +21,7 @@ accepted connected read "POST / HTTP/1.1\r\n" -read "Host: localhost:8080\r\n" +read "Host: localhost:54321\r\n" read "Content-Type: text/plain\r\n" read "Transfer-Encoding: chunked\r\n" read "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/multiple.requests.transfer.encoding.chunked/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/multiple.requests.transfer.encoding.chunked/client.rpt index 2e4d304056..16a0202bbb 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/multiple.requests.transfer.encoding.chunked/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/multiple.requests.transfer.encoding.chunked/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" @@ -34,7 +34,7 @@ read http:status "200" "OK" read notify RESPONSE_ONE_RECEIVED connect await RESPONSE_ONE_RECEIVED - "http://localhost:8080/" + "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/multiple.requests.transfer.encoding.chunked/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/multiple.requests.transfer.encoding.chunked/server.rpt index 360530dc70..a115b3d2fa 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/multiple.requests.transfer.encoding.chunked/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/multiple.requests.transfer.encoding.chunked/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/request.transfer.encoding.chunked.with.trailer/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/request.transfer.encoding.chunked.with.trailer/client.rpt index 5526cd04f7..6e2645f2b9 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/request.transfer.encoding.chunked.with.trailer/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/request.transfer.encoding.chunked.with.trailer/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/request.transfer.encoding.chunked.with.trailer/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/request.transfer.encoding.chunked.with.trailer/server.rpt index 41d896b4e0..a3089c43ce 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/request.transfer.encoding.chunked.with.trailer/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/request.transfer.encoding.chunked.with.trailer/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/request.transfer.encoding.chunked/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/request.transfer.encoding.chunked/client.rpt index 0ca8682231..4d4c82ed27 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/request.transfer.encoding.chunked/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/request.transfer.encoding.chunked/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/request.transfer.encoding.chunked/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/request.transfer.encoding.chunked/server.rpt index 3356680780..73a11306fe 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/request.transfer.encoding.chunked/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/request.transfer.encoding.chunked/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/response.transfer.encoding.chunked.with.trailer/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/response.transfer.encoding.chunked.with.trailer/client.rpt index c6cdb2994f..1f06f0e89b 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/response.transfer.encoding.chunked.with.trailer/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/response.transfer.encoding.chunked.with.trailer/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/response.transfer.encoding.chunked.with.trailer/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/response.transfer.encoding.chunked.with.trailer/server.rpt index 533ea1c8da..65ff2fe2bd 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/response.transfer.encoding.chunked.with.trailer/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/response.transfer.encoding.chunked.with.trailer/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/response.transfer.encoding.chunked/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/response.transfer.encoding.chunked/client.rpt index 0e71d4ad94..7aea733a1c 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/response.transfer.encoding.chunked/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/response.transfer.encoding.chunked/client.rpt @@ -16,7 +16,7 @@ property clientInitialWindow 8192 -connect "http://localhost:8080/" +connect "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window ${clientInitialWindow} option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/response.transfer.encoding.chunked/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/response.transfer.encoding.chunked/server.rpt index 58b47a92ac..cdd0fa08b1 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/response.transfer.encoding.chunked/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/transfer.codings/response.transfer.encoding.chunked/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" option http:transport "zilla://streams/net0" option zilla:window 8192 option zilla:transmission "duplex" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/invalid.request/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/invalid.request/client.rpt index dfa1b825e6..64b15060df 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/invalid.request/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/invalid.request/client.rpt @@ -21,7 +21,7 @@ connected # Request 1 - invalid path param write "POST /valid/1234567890123/123 HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 400 Bad Request\r\n" @@ -36,7 +36,7 @@ connected # Request 2 - invalid query param write "POST /valid/1234567890123/1234567890123?page=123 HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 400 Bad Request\r\n" @@ -51,7 +51,7 @@ connected # Request 3 - invalid header field write "POST /valid/1234567890123/1234567890123?page=1234567890123 HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "Code: 123" "\r\n" write "\r\n" @@ -67,7 +67,7 @@ connected # Request 4 - invalid content write "POST /valid/1234567890123/1234567890123?page=1234567890123 HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "Code: 1234567890123" "\r\n" write "Content-Length: 3" "\r\n" write "Content-Type: text/plain" "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/invalid.request/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/invalid.request/server.rpt index 6cffc94f85..b5ec978619 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/invalid.request/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/invalid.request/server.rpt @@ -24,7 +24,7 @@ connected # Request 1 - invalid path param read "POST /valid/1234567890123/123 HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 400 Bad Request\r\n" @@ -37,7 +37,7 @@ connected # Request 2 - invalid query param read "POST /valid/1234567890123/1234567890123?page=123 HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 400 Bad Request\r\n" @@ -50,7 +50,7 @@ connected # Request 3 - invalid header field read "POST /valid/1234567890123/1234567890123?page=1234567890123 HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "Code: 123" "\r\n" read "\r\n" @@ -64,7 +64,7 @@ connected # Request 4 - invalid content read "POST /valid/1234567890123/1234567890123?page=1234567890123 HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "Code: 1234567890123" "\r\n" read "Content-Length: 3" "\r\n" read "Content-Type: text/plain" "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/invalid.response.content/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/invalid.response.content/client.rpt index 49841adbcc..e8bc865366 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/invalid.response.content/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/invalid.response.content/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "GET /hello HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK" "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/invalid.response.content/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/invalid.response.content/server.rpt index 936de8b4b7..bdea2594e0 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/invalid.response.content/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/invalid.response.content/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET /hello HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK" "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/invalid.response.header/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/invalid.response.header/client.rpt index c90bc32f45..987af82097 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/invalid.response.header/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/invalid.response.header/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "GET /hello HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK" "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/invalid.response.header/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/invalid.response.header/server.rpt index 16c8bad7c2..99b876f836 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/invalid.response.header/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/invalid.response.header/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET /hello HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK" "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/valid.request/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/valid.request/client.rpt index e80034ddd7..be7c618828 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/valid.request/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/valid.request/client.rpt @@ -21,7 +21,7 @@ connected # Request 1 - valid path params write "POST /valid/1234567890123/1234567890123 HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" @@ -32,7 +32,7 @@ read "response1" # Request 2 - valid path params, query param write "POST /valid/1234567890123/1234567890123?page=1234567890123 HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" @@ -43,7 +43,7 @@ read "response2" # Request 3 - valid path params, url encoded query param write "POST /valid/1234567890123/1234567890123?%70%61%67%65=1234567890123 HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" @@ -54,7 +54,7 @@ read "response3" # Request 4 - valid path params, query param, header field write "POST /valid/1234567890123/1234567890123?page=1234567890123 HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "Code: 1234567890123" "\r\n" write "\r\n" @@ -66,7 +66,7 @@ read "response4" # Request 5 - valid path params, query param, header field, valid content write "POST /valid/1234567890123/1234567890123?page=1234567890123 HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "Code: 1234567890123" "\r\n" write "Content-Length: 13" "\r\n" write "Content-Type: text/plain" "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/valid.request/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/valid.request/server.rpt index f81ba768db..2684ec821e 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/valid.request/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/valid.request/server.rpt @@ -24,7 +24,7 @@ connected # Request 1 - valid path params read "POST /valid/1234567890123/1234567890123 HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK\r\n" @@ -35,7 +35,7 @@ write "response1" # Request 2 - valid path params, query param read "POST /valid/1234567890123/1234567890123?page=1234567890123 HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK\r\n" @@ -46,7 +46,7 @@ write "response2" # Request 3 - valid path params, url encoded query param read "POST /valid/1234567890123/1234567890123?%70%61%67%65=1234567890123 HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK\r\n" @@ -57,7 +57,7 @@ write "response3" # Request 4 - valid path params, query param, header field read "POST /valid/1234567890123/1234567890123?page=1234567890123 HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "Code: 1234567890123" "\r\n" read "\r\n" @@ -69,7 +69,7 @@ write "response4" # Request 5 - valid path params, query param, header field, valid content read "POST /valid/1234567890123/1234567890123?page=1234567890123 HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "Code: 1234567890123" "\r\n" read "Content-Length: 13" "\r\n" read "Content-Type: text/plain" "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/valid.response/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/valid.response/client.rpt index 4b8ea74672..cf9060c0d9 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/valid.response/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/valid.response/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "GET /hello HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK" "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/valid.response/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/valid.response/server.rpt index b638632187..703fb3483a 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/valid.response/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7230/validation/valid.response/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET /hello HTTP/1.1" "\r\n" -read "Host: localhost:8080" "\r\n" +read "Host: localhost:54321" "\r\n" read "\r\n" write "HTTP/1.1 200 OK" "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/config/server.header/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/config/server.header/client.rpt index becd8a67a3..7dc0929a04 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/config/server.header/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/config/server.header/client.rpt @@ -64,7 +64,7 @@ write [0x00 0x00 0x13] # length = 19 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush read [0x00 0x00 0x00] # length = 0 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/config/server.header/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/config/server.header/server.rpt index 7d357305b5..f399bcfd38 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/config/server.header/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/config/server.header/server.rpt @@ -68,7 +68,7 @@ read [0x00 0x00 0x13] # length = 19 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write [0x00 0x00 0x4a] # length [0x01] # HTTP2 HEADERS frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/config/user.agent.header/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/config/user.agent.header/client.rpt index 6807830d58..950550e341 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/config/user.agent.header/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/config/user.agent.header/client.rpt @@ -55,7 +55,7 @@ write [0x00 0x00 0x1b] # length = 27 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x2b 0x05] "zilla" # user-agent write [0x00 0x00 0x00] # length = 0 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/config/user.agent.header/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/config/user.agent.header/server.rpt index 6c6c02e32b..b742ff300e 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/config/user.agent.header/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/config/user.agent.header/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x1b] # length = 27 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x2b 0x05] "zilla" # user-agent read [0x00 0x00 0x00] # length = 0 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/client.sent.read.abort.on.open.request.response/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/client.sent.read.abort.on.open.request.response/client.rpt index 93b050a802..f984d5245c 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/client.sent.read.abort.on.open.request.response/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/client.sent.read.abort.on.open.request.response/client.rpt @@ -40,7 +40,7 @@ write [0x00 0x00 0x13] # length = 19 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush # Gets ", world" buffered since target has initial window = 5 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/client.sent.read.abort.on.open.request.response/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/client.sent.read.abort.on.open.request.response/server.rpt index 9d95b0f0aa..d7f1a816fb 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/client.sent.read.abort.on.open.request.response/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/client.sent.read.abort.on.open.request.response/server.rpt @@ -42,7 +42,7 @@ read [0x00 0x00 0x13] # length = 19 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 # Gets ", world" buffered since target has initial window = 5 read [0x00 0x00 0x0c] # length = 12 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/client.sent.rst/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/client.sent.rst/client.rpt index b85f14857b..9a504188e6 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/client.sent.rst/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/client.sent.rst/client.rpt @@ -54,7 +54,7 @@ write [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/client.sent.rst/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/client.sent.rst/server.rpt index e111c3bc43..d6f10be4a2 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/client.sent.rst/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/client.sent.rst/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/client.sent.write.abort.on.open.request.response/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/client.sent.write.abort.on.open.request.response/client.rpt index 8cc7c90c72..ad9ecb1f53 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/client.sent.write.abort.on.open.request.response/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/client.sent.write.abort.on.open.request.response/client.rpt @@ -40,7 +40,7 @@ write [0x00 0x00 0x13] # length = 19 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush # Gets ", world" buffered since target has initial window = 5 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/client.sent.write.abort.on.open.request.response/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/client.sent.write.abort.on.open.request.response/server.rpt index b6b4933cfb..5e92ffd1ce 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/client.sent.write.abort.on.open.request.response/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/client.sent.write.abort.on.open.request.response/server.rpt @@ -41,7 +41,7 @@ read [0x00 0x00 0x13] # length = 19 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 # Gets ", world" buffered since target has initial window = 5 read [0x00 0x00 0x0c] # length = 12 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/server.sent.read.abort.on.open.request.response/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/server.sent.read.abort.on.open.request.response/client.rpt index b9501f4a6e..aad86fe7dd 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/server.sent.read.abort.on.open.request.response/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/server.sent.read.abort.on.open.request.response/client.rpt @@ -40,7 +40,7 @@ write [0x00 0x00 0x13] # length = 19 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush # server connection preface - SETTINGS frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/server.sent.read.abort.on.open.request.response/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/server.sent.read.abort.on.open.request.response/server.rpt index 0a81563668..ecde97e339 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/server.sent.read.abort.on.open.request.response/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/server.sent.read.abort.on.open.request.response/server.rpt @@ -41,7 +41,7 @@ read [0x00 0x00 0x13] # length = 19 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 # server connection preface - SETTINGS frame write [0x00 0x00 0x12] # length = 18 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/server.sent.read.abort.on.open.request/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/server.sent.read.abort.on.open.request/client.rpt index 84de15c7d1..6217131bfa 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/server.sent.read.abort.on.open.request/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/server.sent.read.abort.on.open.request/client.rpt @@ -55,7 +55,7 @@ write [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/server.sent.read.abort.on.open.request/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/server.sent.read.abort.on.open.request/server.rpt index b6736b7ff0..7f51bb72ad 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/server.sent.read.abort.on.open.request/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/server.sent.read.abort.on.open.request/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/server.sent.write.abort.on.open.request.response/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/server.sent.write.abort.on.open.request.response/client.rpt index b9501f4a6e..aad86fe7dd 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/server.sent.write.abort.on.open.request.response/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/server.sent.write.abort.on.open.request.response/client.rpt @@ -40,7 +40,7 @@ write [0x00 0x00 0x13] # length = 19 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush # server connection preface - SETTINGS frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/server.sent.write.abort.on.open.request.response/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/server.sent.write.abort.on.open.request.response/server.rpt index 0a81563668..ecde97e339 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/server.sent.write.abort.on.open.request.response/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/server.sent.write.abort.on.open.request.response/server.rpt @@ -41,7 +41,7 @@ read [0x00 0x00 0x13] # length = 19 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 # server connection preface - SETTINGS frame write [0x00 0x00 0x12] # length = 18 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/server.sent.write.abort.on.open.response/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/server.sent.write.abort.on.open.response/client.rpt index 025cfe2277..5fa093c14d 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/server.sent.write.abort.on.open.response/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/server.sent.write.abort.on.open.response/client.rpt @@ -55,7 +55,7 @@ write [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/server.sent.write.abort.on.open.response/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/server.sent.write.abort.on.open.response/server.rpt index 686edf5a81..3981a3950c 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/server.sent.write.abort.on.open.response/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.abort/server.sent.write.abort.on.open.response/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.close.before.response.headers/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.close.before.response.headers/client.rpt index ba7e6eb672..8d91282df9 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.close.before.response.headers/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.close.before.response.headers/client.rpt @@ -55,7 +55,7 @@ write [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.close.before.response.headers/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.close.before.response.headers/server.rpt index 0e176b66fd..a036f33756 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.close.before.response.headers/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.close.before.response.headers/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.read.abort.before.response/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.read.abort.before.response/client.rpt index 6a1a7e6698..451264ac23 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.read.abort.before.response/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.read.abort.before.response/client.rpt @@ -55,7 +55,7 @@ write [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.read.abort.before.response/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.read.abort.before.response/server.rpt index eef78a3a31..4bf261ad71 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.read.abort.before.response/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.read.abort.before.response/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x33] # length = 19 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.read.abort.on.closed.request/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.read.abort.on.closed.request/client.rpt index 2303c45c10..bbbb9cd7bc 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.read.abort.on.closed.request/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.read.abort.on.closed.request/client.rpt @@ -42,7 +42,7 @@ write [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.read.abort.on.closed.request/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.read.abort.on.closed.request/server.rpt index 5d9ed8a02f..e146aa8286 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.read.abort.on.closed.request/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.read.abort.on.closed.request/server.rpt @@ -41,7 +41,7 @@ read [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.read.abort.on.open.request/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.read.abort.on.open.request/client.rpt index ed903d4aec..81d869e8b5 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.read.abort.on.open.request/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.read.abort.on.open.request/client.rpt @@ -55,7 +55,7 @@ write [0x00 0x00 0x13] # length = 19 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush write [0x00 0x00 0x00] # length = 0 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.read.abort.on.open.request/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.read.abort.on.open.request/server.rpt index ff0da7c35c..8488cb11cf 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.read.abort.on.open.request/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.read.abort.on.open.request/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x13] # length = 19 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 read [0x00 0x00 0x00] # length = 0 [0x04] # HTTP2 SETTINGS frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.rst.stream.on.closed.request/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.rst.stream.on.closed.request/client.rpt index 4e4da83dc5..58af0f1b77 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.rst.stream.on.closed.request/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.rst.stream.on.closed.request/client.rpt @@ -42,7 +42,7 @@ write [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.rst.stream.on.closed.request/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.rst.stream.on.closed.request/server.rpt index a089fa9e08..81170d8ae9 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.rst.stream.on.closed.request/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.rst.stream.on.closed.request/server.rpt @@ -41,7 +41,7 @@ read [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.rst.stream.on.open.request.response/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.rst.stream.on.open.request.response/client.rpt index 2de878ee30..42c031a924 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.rst.stream.on.open.request.response/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.rst.stream.on.open.request.response/client.rpt @@ -55,7 +55,7 @@ write [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.rst.stream.on.open.request.response/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.rst.stream.on.open.request.response/server.rpt index 0c8324b93d..ee58e6812a 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.rst.stream.on.open.request.response/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.rst.stream.on.open.request.response/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.write.abort.on.closed.request/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.write.abort.on.closed.request/client.rpt index 3cc31307ca..27377c46df 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.write.abort.on.closed.request/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.write.abort.on.closed.request/client.rpt @@ -55,7 +55,7 @@ write [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.write.abort.on.closed.request/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.write.abort.on.closed.request/server.rpt index d1747184d0..704139a2d0 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.write.abort.on.closed.request/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.write.abort.on.closed.request/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.write.abort.on.open.request/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.write.abort.on.open.request/client.rpt index 4dcdffe9f4..a0089c3352 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.write.abort.on.open.request/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.write.abort.on.open.request/client.rpt @@ -55,7 +55,7 @@ write [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.write.abort.on.open.request/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.write.abort.on.open.request/server.rpt index 688a10f71f..af4336b338 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.write.abort.on.open.request/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.write.abort.on.open.request/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x13] # length = 19 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.write.abort.then.read.abort.on.open.request/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.write.abort.then.read.abort.on.open.request/client.rpt index b9b1bd3754..e40c1fc20b 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.write.abort.then.read.abort.on.open.request/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.write.abort.then.read.abort.on.open.request/client.rpt @@ -55,7 +55,7 @@ write [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush @@ -67,7 +67,7 @@ write [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.write.abort.then.read.abort.on.open.request/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.write.abort.then.read.abort.on.open.request/server.rpt index 077d453a85..73be6bc2de 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.write.abort.then.read.abort.on.open.request/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.write.abort.then.read.abort.on.open.request/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length @@ -67,7 +67,7 @@ read [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.write.close/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.write.close/client.rpt index dcae13c263..6f36685aae 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.write.close/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.write.close/client.rpt @@ -55,7 +55,7 @@ write [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.write.close/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.write.close/server.rpt index d03dfdfb1d..d40a933b99 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.write.close/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/client.sent.write.close/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/connection.has.two.streams/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/connection.has.two.streams/client.rpt index 5b2f1ed763..09a4bad899 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/connection.has.two.streams/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/connection.has.two.streams/client.rpt @@ -56,7 +56,7 @@ write [0x00 0x00 0x1e] # length = 30 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x0a] "/script.js" # :path: /script.js - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush # Second request HEADERS for /style.css stream_id = 3 @@ -67,7 +67,7 @@ write [0x00 0x00 0x1e] # length = 30 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x0a] "/style.css" # :path: /style.css - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush write [0x00 0x00 0x00] # length = 0 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/connection.has.two.streams/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/connection.has.two.streams/server.rpt index 00c905f4b2..15b9a690b5 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/connection.has.two.streams/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/connection.has.two.streams/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x1e] # length = 30 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x0a] "/script.js" # :path: /script.js - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 read [0x00 0x00 0x1e] # length = 30 [0x01] # HEADERS frame @@ -65,7 +65,7 @@ read [0x00 0x00 0x1e] # length = 30 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x0a] "/style.css" # :path: /style.css - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 read [0x00 0x00 0x00] # length = 0 [0x04] # HTTP2 SETTINGS frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.get.exchange.with.header.override/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.get.exchange.with.header.override/client.rpt index 5811f2391e..bfd22b4655 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.get.exchange.with.header.override/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.get.exchange.with.header.override/client.rpt @@ -56,7 +56,7 @@ write [0x00 0x00 0x13] # length = 19 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush read [0x00 0x00 0x00] # length = 0 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.get.exchange.with.header.override/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.get.exchange.with.header.override/server.rpt index 50f92937f9..b629076ad5 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.get.exchange.with.header.override/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.get.exchange.with.header.override/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x13] # length = 19 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 read [0x00 0x00 0x00] # length = 0 [0x04] # HTTP2 SETTINGS frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.get.exchange/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.get.exchange/client.rpt index f4e07ba125..6e80a42cc3 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.get.exchange/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.get.exchange/client.rpt @@ -56,7 +56,7 @@ write [0x00 0x00 0x13] # length = 19 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush read [0x00 0x00 0x00] # length = 0 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.get.exchange/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.get.exchange/server.rpt index 76b01d8358..2f3ddc7dd6 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.get.exchange/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.get.exchange/server.rpt @@ -57,7 +57,7 @@ read [0x00 0x00 0x13] # length = 19 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 read [0x00 0x00 0x00] # length = 0 [0x04] # HTTP2 SETTINGS frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.post.exchange.before.settings.exchange/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.post.exchange.before.settings.exchange/client.rpt index 23c9e04886..07cf678801 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.post.exchange.before.settings.exchange/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.post.exchange.before.settings.exchange/client.rpt @@ -53,7 +53,7 @@ write [0x00 0x00 0x36] # length = 54 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x05] "75535" # content-length [0x00 0x40 0x00] # length = 16384 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.post.exchange.before.settings.exchange/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.post.exchange.before.settings.exchange/server.rpt index 736c994556..e55dda8cf7 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.post.exchange.before.settings.exchange/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.post.exchange.before.settings.exchange/server.rpt @@ -53,7 +53,7 @@ read [0x00 0x00 0x36] # length = 54 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x05] "75535" # content-length [0x00 0x40 0x00] # length = 16384 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.post.exchange.streaming/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.post.exchange.streaming/client.rpt index 14b9c46281..199fa815de 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.post.exchange.streaming/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.post.exchange.streaming/client.rpt @@ -55,7 +55,7 @@ write [0x00 0x00 0x2e] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.post.exchange.streaming/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.post.exchange.streaming/server.rpt index 5fa9662609..d7136f0838 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.post.exchange.streaming/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.post.exchange.streaming/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x2e] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type write [0x00 0x00 0x59] # length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.post.exchange/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.post.exchange/client.rpt index f0f3a10511..25dbaa2bac 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.post.exchange/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.post.exchange/client.rpt @@ -42,7 +42,7 @@ write [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.post.exchange/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.post.exchange/server.rpt index f042da4bed..1368c1d18e 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.post.exchange/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.post.exchange/server.rpt @@ -41,7 +41,7 @@ read [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.push.promise.header.override/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.push.promise.header.override/client.rpt index 1d19a8cacc..9094ebdd3d 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.push.promise.header.override/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.push.promise.header.override/client.rpt @@ -56,7 +56,7 @@ write [0x00 0x00 0x13] # length = 19 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush write [0x00 0x00 0x0c] # length = 12 @@ -103,7 +103,7 @@ read [0x00 0x00 0x22] # length = 35 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x0a] "/style.css" # :path: /style.css - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 # response http2 DATA frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.push.promise.header.override/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.push.promise.header.override/server.rpt index acd691f9cc..0b185b1db0 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.push.promise.header.override/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.push.promise.header.override/server.rpt @@ -57,7 +57,7 @@ read [0x00 0x00 0x13] # length = 19 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 read [0x00 0x00 0x0c] # length = 12 [0x00] # HTTP2 DATA frame @@ -102,7 +102,7 @@ write [0x00 0x00 0x22] # length = 35 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x0a] "/style.css" # :path: /style.css - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush # response http2 DATA frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.push.promise.none.cacheable.request/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.push.promise.none.cacheable.request/client.rpt index 29dfda604a..b1e0ac906f 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.push.promise.none.cacheable.request/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.push.promise.none.cacheable.request/client.rpt @@ -56,7 +56,7 @@ write [0x00 0x00 0x13] # length = 19 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush write [0x00 0x00 0x00] # length = 0 @@ -96,7 +96,7 @@ read [0x00 0x00 0x22] # length = 35 [0x83] # :method: POST [0x86] # :scheme: http [0x04] [0x0a] "/style.css" # :path: /style.css - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write [0x00 0x00 0x04] # length = 4 [0x03] # HTTP2 RST_STREAM frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.push.promise.none.cacheable.request/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.push.promise.none.cacheable.request/server.rpt index 73787c36f2..115a2cd818 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.push.promise.none.cacheable.request/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.push.promise.none.cacheable.request/server.rpt @@ -69,7 +69,7 @@ read [0x00 0x00 0x13] # length = 19 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 read [0x00 0x00 0x00] # length = 0 [0x04] # HTTP2 SETTINGS frame @@ -96,7 +96,7 @@ write [0x00 0x00 0x22] # length = 35 [0x83] # :method: POST [0x86] # :scheme: http [0x04] [0x0a] "/style.css" # :path: /style.css - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush read [0x00 0x00 0x04] # length = 4 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.push.promise/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.push.promise/client.rpt index 617f371e85..c810285da0 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.push.promise/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.push.promise/client.rpt @@ -42,7 +42,7 @@ write [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush @@ -95,7 +95,7 @@ read [0x00 0x00 0x22] # length = 35 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x0a] "/style.css" # :path: /style.css - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 # Second http2 PUSH_PROMISE frame read [0x00 0x00 0x22] # length = 35 @@ -106,7 +106,7 @@ read [0x00 0x00 0x22] # length = 35 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x0a] "/script.js" # :path: /script.js - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 read [0x00 0x00 0x59] # length [0x01] # HTTP2 HEADERS frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.push.promise/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.push.promise/server.rpt index be7f22058d..6cbc066c81 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.push.promise/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.push.promise/server.rpt @@ -41,7 +41,7 @@ read [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length @@ -93,7 +93,7 @@ write [0x00 0x00 0x22] # length = 35 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x0a] "/style.css" # :path: /style.css - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush # Second http2 PUSH_PROMISE frame @@ -105,7 +105,7 @@ write [0x00 0x00 0x22] # length = 35 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x0a] "/script.js" # :path: /script.js - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush write [0x00 0x00 0x59] # length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.response.trailer/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.response.trailer/client.rpt index 21a1a758f8..d52f5d51d5 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.response.trailer/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.response.trailer/client.rpt @@ -50,7 +50,7 @@ write [0x00 0x00 0x13] # length = 19 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush write [0x00 0x00 0x00] # length = 0 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.response.trailer/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.response.trailer/server.rpt index 4b8b4614b9..6c545ad8ae 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.response.trailer/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.response.trailer/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x13] # length = 19 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 read [0x00 0x00 0x00] # length = 0 [0x04] # HTTP2 SETTINGS frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.unknown.authority/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.unknown.authority/client.rpt index d12c115bfb..61a53787b0 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.unknown.authority/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.unknown.authority/client.rpt @@ -55,7 +55,7 @@ write [0x00 0x00 0x13] # length = 19 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8081" # :authority: localhost:8081 + [0x01] [0x0e] "localhost:54322" # :authority: localhost:54322 write flush write [0x00 0x00 0x00] # length = 0 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.unknown.authority/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.unknown.authority/server.rpt index cef4e4d6b0..c48af871d8 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.unknown.authority/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.unknown.authority/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x13] # length = 19 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8081" # :authority: localhost:8081 + [0x01] [0x0e] "localhost:54322" # :authority: localhost:54322 read [0x00 0x00 0x00] # length = 0 [0x04] # HTTP2 SETTINGS frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.unknown.path/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.unknown.path/client.rpt index 3c3b97ae81..854fac562e 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.unknown.path/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.unknown.path/client.rpt @@ -55,7 +55,7 @@ write [0x00 0x00 0x1d] # length = 29 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x09] "/api/path" # :path: /api/path - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush write [0x00 0x00 0x00] # length = 0 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.unknown.path/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.unknown.path/server.rpt index eca7747dd1..203df078a9 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.unknown.path/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/http.unknown.path/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x1d] # length = 29 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x09] "/api/path" # :path: /api/path - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 read [0x00 0x00 0x00] # length = 0 [0x04] # HTTP2 SETTINGS frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/ignore.client.rst.stream/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/ignore.client.rst.stream/client.rpt index 7763209cff..244bd07a25 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/ignore.client.rst.stream/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/ignore.client.rst.stream/client.rpt @@ -55,7 +55,7 @@ write [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush @@ -121,7 +121,7 @@ write [0x00 0x00 0x13] # length = 19 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush read [0x00 0x00 0x04] # length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/ignore.client.rst.stream/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/ignore.client.rst.stream/server.rpt index 91f1726878..280f145040 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/ignore.client.rst.stream/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/ignore.client.rst.stream/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length @@ -117,7 +117,7 @@ read [0x00 0x00 0x13] # length = 19 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write [0x00 0x00 0x04] # length [0x08] # WINDOW_UPDATE frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/ignore.server.rst.stream/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/ignore.server.rst.stream/client.rpt index fe1bdd51b6..1d3d316f0a 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/ignore.server.rst.stream/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/ignore.server.rst.stream/client.rpt @@ -42,7 +42,7 @@ write [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush @@ -121,7 +121,7 @@ write [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/ignore.server.rst.stream/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/ignore.server.rst.stream/server.rpt index 3bc21eab12..a2abe93c7e 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/ignore.server.rst.stream/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/ignore.server.rst.stream/server.rpt @@ -41,7 +41,7 @@ read [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length @@ -119,7 +119,7 @@ read [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/multiple.data.frames/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/multiple.data.frames/client.rpt index a711b589f9..b7352452dc 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/multiple.data.frames/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/multiple.data.frames/client.rpt @@ -55,7 +55,7 @@ write [0x00 0x00 0x13] # length = 19 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush write [0x00 0x00 0x00] # length = 0 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/multiple.data.frames/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/multiple.data.frames/server.rpt index e1b3817ac1..c2af6e127e 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/multiple.data.frames/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/multiple.data.frames/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x13] # length = 19 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 read [0x00 0x00 0x00] # length = 0 [0x04] # HTTP2 SETTINGS frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/push.promise.on.different.stream/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/push.promise.on.different.stream/client.rpt index 23d100daec..3a2e42d7de 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/push.promise.on.different.stream/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/push.promise.on.different.stream/client.rpt @@ -56,7 +56,7 @@ write [0x00 0x00 0x13] # length = 19 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush write [0x00 0x00 0x00] # length = 0 @@ -73,7 +73,7 @@ write [0x00 0x00 0x19] # length = 25 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x05] "/push" # :path: /push - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush read [0x00 0x00 0x59] # length @@ -105,7 +105,7 @@ read [0x00 0x00 0x22] # length = 35 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x0a] "/style.css" # :path: /style.css - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 # Second http2 PUSH_PROMISE frame read [0x00 0x00 0x22] # length = 35 @@ -116,7 +116,7 @@ read [0x00 0x00 0x22] # length = 35 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x0a] "/script.js" # :path: /script.js - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 # response http2 DATA frame read [0x00 0x00 0x71] # length = 119 @@ -159,7 +159,7 @@ read [0x00 0x00 0x23] # length = 35 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x0b] "/widget.css" # :path: /widget.css - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 # First promised response DATA stream-id=2 read [0x00 0x00 0x15] # length = 21 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/push.promise.on.different.stream/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/push.promise.on.different.stream/server.rpt index 6533a20dd5..83c081990a 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/push.promise.on.different.stream/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/push.promise.on.different.stream/server.rpt @@ -57,7 +57,7 @@ read [0x00 0x00 0x13] # length = 19 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 read [0x00 0x00 0x00] # length = 0 [0x04] # HTTP2 SETTINGS frame @@ -72,7 +72,7 @@ read [0x00 0x00 0x19] # length = 25 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x05] "/push" # :path: /push - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write [0x00 0x00 0x59] # length [0x01] # HTTP2 HEADERS frame @@ -105,7 +105,7 @@ write [0x00 0x00 0x22] # length = 35 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x0a] "/style.css" # :path: /style.css - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush # Second http2 PUSH_PROMISE frame @@ -117,7 +117,7 @@ write [0x00 0x00 0x22] # length = 35 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x0a] "/script.js" # :path: /script.js - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush # response http2 DATA frame @@ -164,7 +164,7 @@ write [0x00 0x00 0x23] # length = 35 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x0b] "/widget.css" # :path: /widget.css - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 # First promised response BODY stream-id=2 write [0x00 0x00 0x15] # length = 21 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.close.before.response.headers/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.close.before.response.headers/client.rpt index b62620ffbc..06823b8252 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.close.before.response.headers/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.close.before.response.headers/client.rpt @@ -42,7 +42,7 @@ write [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.close.before.response.headers/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.close.before.response.headers/server.rpt index bbd417e9c3..0b20c58343 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.close.before.response.headers/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.close.before.response.headers/server.rpt @@ -41,7 +41,7 @@ read [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.end.stream.before.payload/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.end.stream.before.payload/client.rpt index 333801992e..41a3060d30 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.end.stream.before.payload/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.end.stream.before.payload/client.rpt @@ -40,7 +40,7 @@ read [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.end.stream.before.payload/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.end.stream.before.payload/server.rpt index cd667b725b..b0fdb41dc4 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.end.stream.before.payload/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.end.stream.before.payload/server.rpt @@ -41,7 +41,7 @@ read [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.read.abort.before.response/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.read.abort.before.response/client.rpt index 6c164ddedb..a8c006ae3a 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.read.abort.before.response/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.read.abort.before.response/client.rpt @@ -55,7 +55,7 @@ write [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.read.abort.before.response/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.read.abort.before.response/server.rpt index f149a60a35..8af6d3793f 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.read.abort.before.response/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.read.abort.before.response/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x33] # length = 19 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.read.abort.on.open.request/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.read.abort.on.open.request/client.rpt index e768c43639..6fc2c01da6 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.read.abort.on.open.request/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.read.abort.on.open.request/client.rpt @@ -55,7 +55,7 @@ write [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.read.abort.on.open.request/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.read.abort.on.open.request/server.rpt index 666cad8f91..223aecbb55 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.read.abort.on.open.request/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.read.abort.on.open.request/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.write.abort.on.closed.request/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.write.abort.on.closed.request/client.rpt index dd3bd9d6e4..2bbe8f30c3 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.write.abort.on.closed.request/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.write.abort.on.closed.request/client.rpt @@ -42,7 +42,7 @@ write [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.write.abort.on.closed.request/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.write.abort.on.closed.request/server.rpt index eda59c5ad1..64c11e6d4f 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.write.abort.on.closed.request/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.write.abort.on.closed.request/server.rpt @@ -41,7 +41,7 @@ read [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.write.abort.on.open.request/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.write.abort.on.open.request/client.rpt index 863d623632..2158ed3a67 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.write.abort.on.open.request/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.write.abort.on.open.request/client.rpt @@ -55,7 +55,7 @@ write [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.write.abort.on.open.request/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.write.abort.on.open.request/server.rpt index e5a255c64b..4ce21d33fb 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.write.abort.on.open.request/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.write.abort.on.open.request/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.write.close/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.write.close/client.rpt index 75b6d84932..857990d632 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.write.close/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.write.close/client.rpt @@ -55,7 +55,7 @@ write [0x00 0x00 0x13] # length = 19 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush write [0x00 0x00 0x0c] # length = 12 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.write.close/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.write.close/server.rpt index 8f37a1aa02..6ac93a2417 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.write.close/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/server.sent.write.close/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x13] # length = 19 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 read [0x00 0x00 0x0c] # length = 12 [0x00] # HTTP2 DATA frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/streams.on.same.connection/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/streams.on.same.connection/client.rpt index dc60451ff1..3f70269e4e 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/streams.on.same.connection/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/streams.on.same.connection/client.rpt @@ -42,7 +42,7 @@ write [0x00 0x00 0x3a] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x04 0x06 0x2f 0x70 0x61 0x74 0x68 0x31] # :path: /path1 - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush @@ -113,7 +113,7 @@ write [0x00 0x00 0x3a] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x04 0x06 0x2f 0x70 0x61 0x74 0x68 0x32] # :path: /path2 - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/streams.on.same.connection/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/streams.on.same.connection/server.rpt index 1e633b1359..4b5a9bd1fb 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/streams.on.same.connection/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/connection.management/streams.on.same.connection/server.rpt @@ -41,7 +41,7 @@ read [0x00 0x00 0x3a] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x04 0x06 0x2f 0x70 0x61 0x74 0x68 0x31] # :path: /path1 - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length @@ -110,7 +110,7 @@ read [0x00 0x00 0x3a] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x04 0x06 0x2f 0x70 0x61 0x74 0x68 0x32] # :path: /path2 - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/client.rst.stream.last.frame/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/client.rst.stream.last.frame/client.rpt index fab6b431f5..db185d1d66 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/client.rst.stream.last.frame/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/client.rst.stream.last.frame/client.rpt @@ -55,7 +55,7 @@ write [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush @@ -104,7 +104,7 @@ write [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/client.rst.stream.last.frame/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/client.rst.stream.last.frame/server.rpt index 34ab1e8f5e..b152adf5cf 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/client.rst.stream.last.frame/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/client.rst.stream.last.frame/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length @@ -104,7 +104,7 @@ read [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/client.sent.100k.message/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/client.sent.100k.message/client.rpt index e0bd1ba37d..5648238428 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/client.sent.100k.message/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/client.sent.100k.message/client.rpt @@ -53,7 +53,7 @@ write [0x00 0x00 0x37] # length = 54 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x06] "100000" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/client.sent.100k.message/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/client.sent.100k.message/server.rpt index 35e11fd089..22ea846c00 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/client.sent.100k.message/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/client.sent.100k.message/server.rpt @@ -53,7 +53,7 @@ read [0x00 0x00 0x37] # length = 54 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x06] "100000" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/client.stream.flow/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/client.stream.flow/client.rpt index 747974b5f5..e99fee015a 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/client.stream.flow/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/client.stream.flow/client.rpt @@ -42,7 +42,7 @@ write [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/client.stream.flow/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/client.stream.flow/server.rpt index 97460f361f..4a53a574eb 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/client.stream.flow/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/client.stream.flow/server.rpt @@ -41,7 +41,7 @@ read [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/server.rst.stream.last.frame/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/server.rst.stream.last.frame/client.rpt index e02fbd1fa1..574c20c381 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/server.rst.stream.last.frame/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/server.rst.stream.last.frame/client.rpt @@ -61,7 +61,7 @@ write [0x00 0x00 0x13] # length = 19 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x00 0x00 0x0c] # length = 12 [0x00] # HTTP2 DATA frame @@ -87,7 +87,7 @@ write [0x00 0x00 0x13] # length = 19 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush # connection-level flow control diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/server.rst.stream.last.frame/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/server.rst.stream.last.frame/server.rpt index 4d777e80a6..4382ea8a89 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/server.rst.stream.last.frame/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/server.rst.stream.last.frame/server.rpt @@ -61,7 +61,7 @@ read [0x00 0x00 0x13] # length = 19 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 read [0x00 0x00 0x0c] # length = 12 [0x00] # HTTP2 DATA frame @@ -87,7 +87,7 @@ read [0x00 0x00 0x13] # length = 19 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 # connection-level flow control write [0x00 0x00 0x04] # length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/server.sent.100k.message/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/server.sent.100k.message/client.rpt index 874903bed1..bc8e804394 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/server.sent.100k.message/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/server.sent.100k.message/client.rpt @@ -50,7 +50,7 @@ write [0x00 0x00 0x13] # length = 19 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush write [0x00 0x00 0x00] # length = 0 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/server.sent.100k.message/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/server.sent.100k.message/server.rpt index b617fde051..fd1f0a43b1 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/server.sent.100k.message/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/server.sent.100k.message/server.rpt @@ -48,7 +48,7 @@ read [0x00 0x00 0x13] # length = 19 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 read [0x00 0x00 0x00] # length = 0 [0x04] # HTTP2 SETTINGS frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/server.stream.flow/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/server.stream.flow/client.rpt index 946ff13974..26e37f573d 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/server.stream.flow/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/server.stream.flow/client.rpt @@ -56,7 +56,7 @@ write [0x00 0x00 0x33] # length = 33 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/server.stream.flow/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/server.stream.flow/server.rpt index 87dd560aef..348439a386 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/server.stream.flow/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/flow.control/server.stream.flow/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.connection.window.frame.size.error/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.connection.window.frame.size.error/server.rpt index d6b53aa0b1..1732b029ea 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.connection.window.frame.size.error/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.connection.window.frame.size.error/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x1a] # length = 26 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x06] "/items" # :path: /items - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 read [0x00 0x00 0x00] # length = 0 [0x04] # HTTP2 SETTINGS frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.invalid.hpack.index/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.invalid.hpack.index/client.rpt index 0235e8e1fd..e0114aa49d 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.invalid.hpack.index/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.invalid.hpack.index/client.rpt @@ -55,7 +55,7 @@ write [0x00 0x00 0x1a] # length = 26 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x06] "/items" # :path: /items - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush write [0x00 0x00 0x00] # length = 0 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.invalid.hpack.index/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.invalid.hpack.index/server.rpt index 092ddde28d..6d9c87aea6 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.invalid.hpack.index/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.invalid.hpack.index/server.rpt @@ -59,7 +59,7 @@ read [0x00 0x00 0x1a] # length = 26 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x06] "/items" # :path: /items - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 read [0x00 0x00 0x00] # length = 0 [0x04] # HTTP2 SETTINGS frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.max.frame.size.error/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.max.frame.size.error/client.rpt index a716472c95..4bc5d8b1c7 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.max.frame.size.error/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.max.frame.size.error/client.rpt @@ -54,7 +54,7 @@ write [0x00 0x00 0x1a] # length = 26 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x06] "/items" # :path: /items - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush write [0x00 0x00 0x00] # length = 0 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.max.frame.size.error/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.max.frame.size.error/server.rpt index 72cbbe30b2..079e901eb7 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.max.frame.size.error/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.max.frame.size.error/server.rpt @@ -54,7 +54,7 @@ read [0x00 0x00 0x1a] # length = 26 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x06] "/items" # :path: /items - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 read [0x00 0x00 0x00] # length = 0 [0x04] # HTTP2 SETTINGS frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.max.frame.size/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.max.frame.size/client.rpt index 4d9d138564..3987b55273 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.max.frame.size/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.max.frame.size/client.rpt @@ -58,7 +58,7 @@ write [0x00 0x00 0x36] # length = 54 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x05] "60000" # content-length write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.max.frame.size/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.max.frame.size/server.rpt index 7375544cf2..3ad29ff336 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.max.frame.size/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.max.frame.size/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x36] # length = 54 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x05] "60000" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.ping.frame.size.error/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.ping.frame.size.error/client.rpt index 6981ef10d3..c3a8f311a4 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.ping.frame.size.error/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.ping.frame.size.error/client.rpt @@ -55,7 +55,7 @@ write [0x00 0x00 0x1a] # length = 26 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x06] "/items" # :path: /items - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write [0x00 0x00 0x00] # length = 0 [0x04] # HTTP2 SETTINGS frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.ping.frame.size.error/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.ping.frame.size.error/server.rpt index 45440926fc..b50d724fc3 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.ping.frame.size.error/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.ping.frame.size.error/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x1a] # length = 26 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x06] "/items" # :path: /items - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 read [0x00 0x00 0x00] # length = 0 [0x04] # HTTP2 SETTINGS frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.priority.frame.size.error/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.priority.frame.size.error/client.rpt index be93ac5a54..2c8932cb08 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.priority.frame.size.error/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.priority.frame.size.error/client.rpt @@ -42,7 +42,7 @@ write [0x00 0x00 0x39] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x04] [0x05] "/echo" # :path: /echo - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.priority.frame.size.error/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.priority.frame.size.error/server.rpt index 92fa925500..a400e1f33f 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.priority.frame.size.error/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.priority.frame.size.error/server.rpt @@ -41,7 +41,7 @@ read [0x00 0x00 0x39] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x04] [0x05] "/echo" # :path: /echor - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.rst.stream.frame.size.error/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.rst.stream.frame.size.error/client.rpt index be93ac5a54..2c8932cb08 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.rst.stream.frame.size.error/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.rst.stream.frame.size.error/client.rpt @@ -42,7 +42,7 @@ write [0x00 0x00 0x39] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x04] [0x05] "/echo" # :path: /echo - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.rst.stream.frame.size.error/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.rst.stream.frame.size.error/server.rpt index 5f9eec64fd..3837c03e37 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.rst.stream.frame.size.error/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.rst.stream.frame.size.error/server.rpt @@ -41,7 +41,7 @@ read [0x00 0x00 0x39] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x04] [0x05] "/echo" # :path: /echo - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.window.frame.size.error/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.window.frame.size.error/client.rpt index b7b515dbe2..dc44fe4b51 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.window.frame.size.error/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.window.frame.size.error/client.rpt @@ -55,7 +55,7 @@ write [0x00 0x00 0x1a] # length = 26 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x06] "/items" # :path: /items - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush write [0x00 0x00 0x00] # length = 0 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.window.frame.size.error/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.window.frame.size.error/server.rpt index 0457307e9e..824d694cbd 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.window.frame.size.error/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/client.window.frame.size.error/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x1a] # length = 26 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x06] "/items" # :path: /items - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 read [0x00 0x00 0x00] # length = 0 [0x04] # HTTP2 SETTINGS frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/connection.headers/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/connection.headers/client.rpt index 5cb92b7489..808189beef 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/connection.headers/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/connection.headers/client.rpt @@ -58,7 +58,7 @@ write [0x00 0x00 0x13] # length = 19 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush write [0x00 0x00 0x00] # length = 0 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/connection.headers/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/connection.headers/server.rpt index 22f73190c3..6fb4cce7d2 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/connection.headers/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/connection.headers/server.rpt @@ -62,7 +62,7 @@ read [0x00 0x00 0x13] # length = 19 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 read [0x00 0x00 0x00] # length = 0 [0x04] # HTTP2 SETTINGS frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/continuation.frames/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/continuation.frames/client.rpt index e8f44f1bba..6bc2c42041 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/continuation.frames/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/continuation.frames/client.rpt @@ -65,7 +65,7 @@ write [0x00 0x00 0x11] # length = 17 [0x04] # END_HEADERS [0x00 0x00 0x00 0x01] # stream_id = 1 [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush # diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/continuation.frames/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/continuation.frames/server.rpt index 77e9cada4f..d92796f6d8 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/continuation.frames/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/continuation.frames/server.rpt @@ -64,7 +64,7 @@ read [0x00 0x00 0x11] # length = 17 [0x04] # END_HEADERS [0x00 0x00 0x00 0x01] # stream_id = 1 [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 # # request body using DATA frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/dynamic.table.requests/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/dynamic.table.requests/client.rpt index 954d5edf96..fd76cd4e18 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/dynamic.table.requests/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/dynamic.table.requests/client.rpt @@ -64,7 +64,7 @@ write [0x00 0x00 0x13] # length = 20 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x41 0x0e] "localhost:8080" # :authority: localhost:8080 + [0x41 0x0e] "localhost:54321" # :authority: localhost:54321 write flush # @@ -77,7 +77,7 @@ write [0x00 0x00 0x0e] # length = 14 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0xbe] # :authority: localhost:8080 + [0xbe] # :authority: localhost:54321 [0x58 0x08] "no-cache" # cache-control: no-cache write flush @@ -91,7 +91,7 @@ write [0x00 0x00 0x1d] # length = 29 [0x82] # :method: GET [0x87] # :scheme: https [0x85] # :path: /index.html - [0xbf] # :authority: localhost:8080 + [0xbf] # :authority: localhost:54321 [0x40 0x0a] "custom-key" [0x0c] "custom-value" # custom-key: custom-value write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/dynamic.table.requests/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/dynamic.table.requests/server.rpt index 613e514895..f54e9bceae 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/dynamic.table.requests/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/dynamic.table.requests/server.rpt @@ -64,7 +64,7 @@ read [0x00 0x00 0x13] # length = 29 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x41 0x0e] "localhost:8080" # :authority: localhost:8080 + [0x41 0x0e] "localhost:54321" # :authority: localhost:54321 # # C.3.2. Second Request diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/invalid.hpack.index/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/invalid.hpack.index/client.rpt index b12e53830f..ac156a2e6e 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/invalid.hpack.index/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/invalid.hpack.index/client.rpt @@ -64,7 +64,7 @@ write [0x00 0x00 0x19] # length = 19 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x7f 0x25 0x03] "foo" # invalid indexed (=100) literal header write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/invalid.hpack.index/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/invalid.hpack.index/server.rpt index 5cfe4ebf96..d6116058a0 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/invalid.hpack.index/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/invalid.hpack.index/server.rpt @@ -67,7 +67,7 @@ read [0x00 0x00 0x19] # length = 19 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x7f 0x25 0x03] "foo" # invalid indexed (=100) literal header write [0x00 0x00 0x08] # length = 8 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/max.frame.size.error/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/max.frame.size.error/client.rpt index 0dc8492d48..8401421f30 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/max.frame.size.error/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/max.frame.size.error/client.rpt @@ -54,7 +54,7 @@ write [0x00 0x00 0x1a] # length = 26 [0x83] # :method: POST [0x86] # :scheme: http [0x04] [0x06] "/items" # :path: /items - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush write [0x00 0x00 0x00] # length = 0 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/max.frame.size.error/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/max.frame.size.error/server.rpt index e8ea6ba4c0..63295894e2 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/max.frame.size.error/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/max.frame.size.error/server.rpt @@ -54,7 +54,7 @@ read [0x00 0x00 0x1a] # length = 26 [0x83] # :method: POST [0x86] # :scheme: http [0x04] [0x06] "/items" # :path: /items - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 read [0x00 0x00 0x00] # length = 0 [0x04] # HTTP2 SETTINGS frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/max.zilla.data.frame.size/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/max.zilla.data.frame.size/client.rpt index 6d4c3ea67a..b162b3cc5a 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/max.zilla.data.frame.size/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/max.zilla.data.frame.size/client.rpt @@ -64,7 +64,7 @@ write [0x00 0x00 0x13] # length = 19 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush # diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/max.zilla.data.frame.size/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/max.zilla.data.frame.size/server.rpt index 6c6eceb806..58c1f7ee92 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/max.zilla.data.frame.size/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/max.zilla.data.frame.size/server.rpt @@ -66,7 +66,7 @@ read [0x00 0x00 0x13] # length = 19 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 # # response HEADERS frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/priority.frame.size.error/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/priority.frame.size.error/client.rpt index 841dce3de4..30c86ec377 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/priority.frame.size.error/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/priority.frame.size.error/client.rpt @@ -55,7 +55,7 @@ write [0x00 0x00 0x19] # length = 25 [0x83] # :method: POST [0x86] # :scheme: http [0x04] [0x05] "/echo" # :path: /echo - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write [0x00 0x00 0x0c] # length = 12 [0x00] # HTTP2 DATA frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/priority.frame.size.error/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/priority.frame.size.error/server.rpt index 6e46e5b10f..5a85ac99fc 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/priority.frame.size.error/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/priority.frame.size.error/server.rpt @@ -55,7 +55,7 @@ read [0x00 0x00 0x19] # length = 25 [0x83] # :method: POST [0x86] # :scheme: http [0x04] [0x05] "/echo" # :path: /echo - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 read [0x00 0x00 0x0c] # length = 12 [0x00] # HTTP2 DATA frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/rst.stream.frame.size.error/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/rst.stream.frame.size.error/client.rpt index f2e7bddb88..d07b34d715 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/rst.stream.frame.size.error/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/rst.stream.frame.size.error/client.rpt @@ -55,7 +55,7 @@ write [0x00 0x00 0x19] # length = 25 [0x83] # :method: POST [0x86] # :scheme: http [0x04] [0x05] "/echo" # :path: /echo - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write [0x00 0x00 0x0c] # length = 12 [0x00] # HTTP2 DATA frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/rst.stream.frame.size.error/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/rst.stream.frame.size.error/server.rpt index 82366d50de..9245f11f7e 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/rst.stream.frame.size.error/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/rst.stream.frame.size.error/server.rpt @@ -55,7 +55,7 @@ read [0x00 0x00 0x19] # length = 25 [0x83] # :method: POST [0x86] # :scheme: http [0x04] [0x05] "/echo" # :path: /echo - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 read [0x00 0x00 0x0c] # length = 12 [0x00] # HTTP2 DATA frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/server.continuation.frames/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/server.continuation.frames/client.rpt index b62a56def3..e6d1483218 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/server.continuation.frames/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/server.continuation.frames/client.rpt @@ -42,7 +42,7 @@ write [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/server.continuation.frames/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/server.continuation.frames/server.rpt index b4a74f9ca2..95457536c5 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/server.continuation.frames/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/server.continuation.frames/server.rpt @@ -41,7 +41,7 @@ read [0x00 0x00 0x33] # length = 51 [0x83] # :method: POST [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/server.max.frame.size/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/server.max.frame.size/client.rpt index 3542283afa..e01795d1e9 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/server.max.frame.size/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/server.max.frame.size/client.rpt @@ -60,7 +60,7 @@ write [0x00 0x00 0x13] # length = 19 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush write [0x00 0x00 0x00] # length = 0 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/server.max.frame.size/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/server.max.frame.size/server.rpt index ece45185cb..efbb68336f 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/server.max.frame.size/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/server.max.frame.size/server.rpt @@ -62,7 +62,7 @@ read [0x00 0x00 0x13] # length = 19 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 read [0x00 0x00 0x00] # length = 0 [0x04] # HTTP2 SETTINGS frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/stream.id.order/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/stream.id.order/client.rpt index b6632b6cf6..8c7347d73c 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/stream.id.order/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/stream.id.order/client.rpt @@ -61,7 +61,7 @@ write [0x00 0x00 0x13] # length = 19 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush write [0x00 0x00 0x13] # length = 19 @@ -71,7 +71,7 @@ write [0x00 0x00 0x13] # length = 19 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush write [0x00 0x00 0x13] # length = 19 @@ -81,7 +81,7 @@ write [0x00 0x00 0x13] # length = 19 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush read [0x00 0x00 0x59] # length @@ -123,7 +123,7 @@ read [0x00 0x00 0x1d] # length = 35 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x05] "/push" # :path: /push - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 # Second http2 PUSH_PROMISE frame read [0x00 0x00 0x1d] # length = 35 @@ -134,7 +134,7 @@ read [0x00 0x00 0x1d] # length = 35 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x05] "/push" # :path: /push - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 # Second http2 PUSH_PROMISE frame read [0x00 0x00 0x1d] # length = 35 @@ -145,4 +145,4 @@ read [0x00 0x00 0x1d] # length = 35 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x05] "/push" # :path: /push - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/stream.id.order/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/stream.id.order/server.rpt index 95f180f0c6..b823637bc9 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/stream.id.order/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/stream.id.order/server.rpt @@ -62,7 +62,7 @@ read [0x00 0x00 0x13] # length = 19 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 read [0x00 0x00 0x13] # length = 19 [0x01] # HEADERS frame @@ -71,7 +71,7 @@ read [0x00 0x00 0x13] # length = 19 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 read [0x00 0x00 0x13] # length = 19 [0x01] # HEADERS frame @@ -80,7 +80,7 @@ read [0x00 0x00 0x13] # length = 19 [0x82] # :method: GET [0x86] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write [0x00 0x00 0x59] # length [0x01] # HTTP2 HEADERS frame @@ -124,7 +124,7 @@ write [0x00 0x00 0x1d] # length = 35 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x05] "/push" # :path: /push - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush # Second http2 PUSH_PROMISE frame @@ -136,7 +136,7 @@ write [0x00 0x00 0x1d] # length = 35 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x05] "/push" # :path: /push - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush # Second http2 PUSH_PROMISE frame @@ -148,5 +148,5 @@ write [0x00 0x00 0x1d] # length = 35 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x05] "/push" # :path: /push - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/window.frame.size.error/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/window.frame.size.error/client.rpt index 7597d30218..1e9b0fef0e 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/window.frame.size.error/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/window.frame.size.error/client.rpt @@ -55,7 +55,7 @@ write [0x00 0x00 0x19] # length = 25 [0x83] # :method: POST [0x86] # :scheme: http [0x04] [0x05] "/echo" # :path: /echo - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write [0x00 0x00 0x0c] # length = 12 [0x00] # HTTP2 DATA frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/window.frame.size.error/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/window.frame.size.error/server.rpt index f115874dfa..f90a54536e 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/window.frame.size.error/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/message.format/window.frame.size.error/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x19] # length = 25 [0x83] # :method: POST [0x86] # :scheme: http [0x04] [0x05] "/echo" # :path: /echo - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 read [0x00 0x00 0x0c] # length = 12 [0x00] # HTTP2 DATA frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/settings/client.max.frame.size/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/settings/client.max.frame.size/client.rpt index d1d4166132..450abe9b07 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/settings/client.max.frame.size/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/settings/client.max.frame.size/client.rpt @@ -56,7 +56,7 @@ write [0x00 0x00 0x33] # length = 51 [0x86] # :method: POST [0x83] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/settings/client.max.frame.size/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/settings/client.max.frame.size/server.rpt index 510f15600c..364b5c8232 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/settings/client.max.frame.size/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/settings/client.max.frame.size/server.rpt @@ -57,7 +57,7 @@ read [0x00 0x00 0x33] # length = 51 [0x86] # :method: POST [0x83] # :scheme: http [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.h2c.with.extra.settings/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.h2c.with.extra.settings/client.rpt index 35078c0049..3ae0c007ff 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.h2c.with.extra.settings/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.h2c.with.extra.settings/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "POST / HTTP/1.1\r\n" - "Host: localhost:8080\r\n" + "Host: localhost:54321\r\n" "Connection: Upgrade, HTTP2-Settings\r\n" "Upgrade: h2c\r\n" "HTTP2-Settings: \r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.h2c.with.extra.settings/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.h2c.with.extra.settings/server.rpt index c615d43710..d776b330b6 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.h2c.with.extra.settings/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.h2c.with.extra.settings/server.rpt @@ -21,7 +21,7 @@ accepted connected read "POST / HTTP/1.1\r\n" - "Host: localhost:8080\r\n" + "Host: localhost:54321\r\n" "Connection: Upgrade, HTTP2-Settings\r\n" "Upgrade: h2c\r\n" "HTTP2-Settings: \r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.h2c.with.multiple.requests.pipelined/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.h2c.with.multiple.requests.pipelined/client.rpt index 0cf621fff2..e8c07489da 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.h2c.with.multiple.requests.pipelined/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.h2c.with.multiple.requests.pipelined/client.rpt @@ -22,7 +22,7 @@ connect "zilla://streams/net0" connected write "GET /request1 HTTP/1.1\r\n" -write "Host: localhost:8080\r\n" +write "Host: localhost:54321\r\n" write "Upgrade: h2c\r\n" write "Connection: Upgrade, HTTP2-Settings\r\n" write "Http2-Settings: AAN_____AAQAAAAA\r\n" @@ -34,7 +34,7 @@ read "\r\n" read "response1" write "GET /request2 HTTP/1.1" "\r\n" -write "Host: localhost:8080" "\r\n" +write "Host: localhost:54321" "\r\n" write "\r\n" read "HTTP/1.1 200 OK\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.h2c.with.multiple.requests.pipelined/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.h2c.with.multiple.requests.pipelined/server.rpt index 903d4ab136..b4a5980d6b 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.h2c.with.multiple.requests.pipelined/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.h2c.with.multiple.requests.pipelined/server.rpt @@ -21,7 +21,7 @@ accepted connected read "GET /request1 HTTP/1.1\r\n" - "Host: localhost:8080\r\n" + "Host: localhost:54321\r\n" "Upgrade: h2c\r\n" "Connection: Upgrade, HTTP2-Settings\r\n" "Http2-Settings: AAN_____AAQAAAAA\r\n" @@ -33,7 +33,7 @@ write "\r\n" write "response1" read "GET /request2 HTTP/1.1" "\r\n" - "Host: localhost:8080" "\r\n" + "Host: localhost:54321" "\r\n" "\r\n" write "HTTP/1.1 200 OK" "\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.h2c.with.no.settings/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.h2c.with.no.settings/client.rpt index 0fd4d64948..3a7c2a7b41 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.h2c.with.no.settings/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.h2c.with.no.settings/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "POST / HTTP/1.1\r\n" - "Host: localhost:8080\r\n" + "Host: localhost:54321\r\n" "Connection: Upgrade, HTTP2-Settings\r\n" "Upgrade: h2c\r\n" "Content-Type: text/plain;charset=UTF-8\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.h2c.with.no.settings/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.h2c.with.no.settings/server.rpt index 8b65fd60ee..be6a0d2bce 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.h2c.with.no.settings/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.h2c.with.no.settings/server.rpt @@ -21,7 +21,7 @@ accepted connected read "POST / HTTP/1.1\r\n" - "Host: localhost:8080\r\n" + "Host: localhost:54321\r\n" "Connection: Upgrade, HTTP2-Settings\r\n" "Upgrade: h2c\r\n" "Content-Type: text/plain;charset=UTF-8\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.h2c.with.no.tls/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.h2c.with.no.tls/client.rpt index 2622ffe788..20032a6fa1 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.h2c.with.no.tls/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.h2c.with.no.tls/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/net0" connected write "POST / HTTP/1.1\r\n" - "Host: localhost:8080\r\n" + "Host: localhost:54321\r\n" "Content-Type: text/plain;charset=UTF-8\r\n" "Content-Length: 12\r\n" "Upgrade: h2c\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.h2c.with.no.tls/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.h2c.with.no.tls/server.rpt index 44c0277d0f..7bc0f9b35b 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.h2c.with.no.tls/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.h2c.with.no.tls/server.rpt @@ -21,7 +21,7 @@ accepted connected read "POST / HTTP/1.1\r\n" - "Host: localhost:8080\r\n" + "Host: localhost:54321\r\n" "Content-Type: text/plain;charset=UTF-8\r\n" "Content-Length: 12\r\n" "Upgrade: h2c\r\n" diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.pri.with.no.tls/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.pri.with.no.tls/client.rpt index 9d21434b3b..155e99a4ea 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.pri.with.no.tls/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.pri.with.no.tls/client.rpt @@ -62,7 +62,7 @@ write [0x00 0x00 0x33] # length = 51 [0x86] # :scheme: http [0x83] # :method: POST [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.pri.with.no.tls/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.pri.with.no.tls/server.rpt index 0ef7bfd976..20dfd139f4 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.pri.with.no.tls/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.pri.with.no.tls/server.rpt @@ -61,7 +61,7 @@ read [0x00 0x00 0x33] # length = 51 [0x86] # :scheme: http [0x83] # :method: POST [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.pri.with.tls.and.alpn.h2/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.pri.with.tls.and.alpn.h2/client.rpt index 94e84ccc9f..1b746ec97f 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.pri.with.tls.and.alpn.h2/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.pri.with.tls.and.alpn.h2/client.rpt @@ -70,7 +70,7 @@ write [0x00 0x00 0x33] # length = 51 [0x86] # :scheme: http [0x83] # :method: POST [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length write flush diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.pri.with.tls.and.alpn.h2/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.pri.with.tls.and.alpn.h2/server.rpt index f2f2aea577..b8f02034f3 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.pri.with.tls.and.alpn.h2/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/starting/upgrade.pri.with.tls.and.alpn.h2/server.rpt @@ -70,7 +70,7 @@ read [0x00 0x00 0x33] # length = 51 [0x86] # :scheme: http [0x83] # :method: POST [0x84] # :path: / - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x0f 0x10] [0x18] "text/plain;charset=UTF-8" # content-type [0x0f 0x0d] [0x02] "12" # content-length diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/invalid.request/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/invalid.request/client.rpt index 15d24fc05c..f1f995c019 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/invalid.request/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/invalid.request/client.rpt @@ -53,7 +53,7 @@ write [0x00 0x00 0x2c] # length = 44 [0x86] # :scheme: http [0x04] [0x18] # :path: /valid/1234567890123/123 "/valid/1234567890123/123" - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush read [0x00 0x00 0x00] # length = 0 @@ -78,7 +78,7 @@ write [0x00 0x00 0x3f] # length = 63 [0x86] # :scheme: http [0x04] [0x2B] # :path: /valid/1234567890123/1234567890123?page=123 "/valid/1234567890123/1234567890123?page=123" - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush read [0x00 0x00 0x05] # length = 5 @@ -98,7 +98,7 @@ write [0x00 0x00 0x53] # length = 83 [0x86] # :scheme: http [0x04] [0x35] # :path: /valid/1234567890123/1234567890123?page=1234567890123 "/valid/1234567890123/1234567890123?page=1234567890123" - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x40] [0x04] "code" [0x03] "123" # code: 123 write flush @@ -120,7 +120,7 @@ write [0x00 0x00 0x6e] # length = 110 [0x86] # :scheme: http [0x04] [0x35] # :path: /valid/1234567890123/1234567890123?page=1234567890123 "/valid/1234567890123/1234567890123?page=1234567890123" - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x40] [0x04] "code" [0x0d] "1234567890123" # code: 1234567890123 [0x0f 0x10] [0x0a] "text/plain" # content-type diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/invalid.request/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/invalid.request/server.rpt index e2ffdb4764..a3f7c5986a 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/invalid.request/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/invalid.request/server.rpt @@ -54,7 +54,7 @@ read [0x00 0x00 0x2c] # length = 44 [0x86] # :scheme: http [0x04] [0x18] # :path: /valid/1234567890123/123 "/valid/1234567890123/123" - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write [0x00 0x00 0x00] # length = 0 [0x04] # HTTP2 SETTINGS frame @@ -78,7 +78,7 @@ read [0x00 0x00 0x3f] # length = 63 [0x86] # :scheme: http [0x04] [0x2b] # :path: /valid/1234567890123/1234567890123?page=123 "/valid/1234567890123/1234567890123?page=123" - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write [0x00 0x00 0x05] # length = 5 [0x01] # HTTP2 HEADERS frame @@ -97,7 +97,7 @@ read [0x00 0x00 0x53] # length = 83 [0x86] # :scheme: http [0x04] [0x35] # :path: /valid/1234567890123/1234567890123?page=1234567890123 "/valid/1234567890123/1234567890123?page=1234567890123" - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x40] [0x04] "code" [0x03] "123" # code: 123 @@ -118,7 +118,7 @@ read [0x00 0x00 0x6e] # length = 110 [0x86] # :scheme: http [0x04] [0x35] # :path: /valid/1234567890123/1234567890123?page=1234567890123 "/valid/1234567890123/1234567890123?page=1234567890123" - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x40] [0x04] "code" [0x0d] "1234567890123" # code: 1234567890123 [0x0f 0x10] [0x0a] "text/plain" # content-type diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/invalid.response.content/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/invalid.response.content/client.rpt index bf27205715..4a1baeee92 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/invalid.response.content/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/invalid.response.content/client.rpt @@ -55,7 +55,7 @@ write [0x00 0x00 0x1a] # length = 26 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x06] "/hello" # :path: /hello - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write [0x00 0x00 0x00] # length = 0 [0x04] # HTTP2 SETTINGS frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/invalid.response.content/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/invalid.response.content/server.rpt index 9f8e243b75..fd5c50c6e8 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/invalid.response.content/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/invalid.response.content/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x1a] # length = 26 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x06] "/hello" # :path: /hello - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 read [0x00 0x00 0x00] # length = 0 [0x04] # HTTP2 SETTINGS frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/invalid.response.header/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/invalid.response.header/client.rpt index eb5bcfa735..c90fb83a90 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/invalid.response.header/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/invalid.response.header/client.rpt @@ -55,7 +55,7 @@ write [0x00 0x00 0x1a] # length = 26 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x06] "/hello" # :path: /hello - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write [0x00 0x00 0x00] # length = 0 [0x04] # HTTP2 SETTINGS frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/invalid.response.header/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/invalid.response.header/server.rpt index 0e7dc7e909..e94ff9d541 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/invalid.response.header/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/invalid.response.header/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x1a] # length = 26 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x06] "/hello" # :path: /hello - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 read [0x00 0x00 0x00] # length = 0 [0x04] # HTTP2 SETTINGS frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/valid.request/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/valid.request/client.rpt index a06371c293..8b3b7cce0d 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/valid.request/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/valid.request/client.rpt @@ -53,7 +53,7 @@ write [0x00 0x00 0x36] # length = 54 [0x86] # :scheme: http [0x04] [0x22] # :path: /valid/1234567890123/1234567890123 "/valid/1234567890123/1234567890123" - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush write [0x00 0x00 0x00] # length = 0 @@ -90,7 +90,7 @@ write [0x00 0x00 0x49] # length = 73 [0x86] # :scheme: http [0x04] [0x35] # :path: /valid/1234567890123/1234567890123?page=1234567890123 "/valid/1234567890123/1234567890123?page=1234567890123" - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush read [0x00 0x00 0x05] # length = 5 @@ -116,7 +116,7 @@ write [0x00 0x00 0x51] # length = 81 [0x86] # :scheme: http [0x04] [0x3d] # :path: /valid/1234567890123/1234567890123?%70%61%67%65=1234567890123 "/valid/1234567890123/1234567890123?%70%61%67%65=1234567890123" - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write flush read [0x00 0x00 0x05] # length = 5 @@ -142,7 +142,7 @@ write [0x00 0x00 0x5d] # length = 93 [0x86] # :scheme: http [0x04] [0x35] # :path: /valid/1234567890123/1234567890123?page=1234567890123 "/valid/1234567890123/1234567890123?page=1234567890123" - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x40] [0x04] "code" [0x0d] "1234567890123" # code: 1234567890123 write flush @@ -170,7 +170,7 @@ write [0x00 0x00 0x7d] # length = 125 [0x86] # :scheme: http [0x04] [0x35] # :path: /valid/1234567890123/1234567890123?page=1234567890123 "/valid/1234567890123/1234567890123?page=1234567890123" - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x40] [0x04] "code" [0x0d] "1234567890123" # code: 1234567890123 [0x0f] [0x10] # content-type diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/valid.request/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/valid.request/server.rpt index 3b8c80244e..688bf5aa04 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/valid.request/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/valid.request/server.rpt @@ -54,7 +54,7 @@ read [0x00 0x00 0x36] # length = 54 [0x86] # :scheme: http [0x04] [0x22] # :path: /valid/1234567890123/1234567890123 "/valid/1234567890123/1234567890123" - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 read [0x00 0x00 0x00] # length = 0 [0x04] # HTTP2 SETTINGS frame @@ -89,7 +89,7 @@ read [0x00 0x00 0x49] # length = 73 [0x86] # :scheme: http [0x04] [0x35] # :path: /valid/1234567890123/1234567890123?page=1234567890123 "/valid/1234567890123/1234567890123?page=1234567890123" - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write [0x00 0x00 0x05] # length = 5 [0x01] # HTTP2 HEADERS frame @@ -114,7 +114,7 @@ read [0x00 0x00 0x51] # length = 81 [0x86] # :scheme: http [0x04] [0x3d] # :path: /valid/1234567890123/1234567890123?%70%61%67%65=1234567890123 "/valid/1234567890123/1234567890123?%70%61%67%65=1234567890123" - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write [0x00 0x00 0x05] # length = 5 [0x01] # HTTP2 HEADERS frame @@ -139,7 +139,7 @@ read [0x00 0x00 0x5d] # length = 93 [0x86] # :scheme: http [0x04] [0x35] # :path: /valid/1234567890123/1234567890123?page=1234567890123 "/valid/1234567890123/1234567890123?page=1234567890123" - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x40] [0x04] "code" [0x0d] "1234567890123" # code: 1234567890123 @@ -166,7 +166,7 @@ read [0x00 0x00 0x7d] # length = 125 [0x86] # :scheme: http [0x04] [0x35] # :path: /valid/1234567890123/1234567890123?page=1234567890123 "/valid/1234567890123/1234567890123?page=1234567890123" - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 [0x40] [0x04] "code" [0x0d] "1234567890123" # code: 1234567890123 [0x0f] [0x10] # content-type diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/valid.response/client.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/valid.response/client.rpt index a097125802..cbbcc12276 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/valid.response/client.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/valid.response/client.rpt @@ -54,7 +54,7 @@ write [0x00 0x00 0x1a] # length = 26 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x06] "/hello" # :path: /hello - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 write [0x00 0x00 0x00] # length = 0 [0x04] # HTTP2 SETTINGS frame diff --git a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/valid.response/server.rpt b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/valid.response/server.rpt index 97e55d5cbd..900b0361a4 100644 --- a/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/valid.response/server.rpt +++ b/specs/binding-http.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/streams/network/rfc7540/validation/valid.response/server.rpt @@ -56,7 +56,7 @@ read [0x00 0x00 0x1a] # length = 26 [0x82] # :method: GET [0x86] # :scheme: http [0x04] [0x06] "/hello" # :path: /hello - [0x01] [0x0e] "localhost:8080" # :authority: localhost:8080 + [0x01] [0x0e] "localhost:54321" # :authority: localhost:54321 read [0x00 0x00 0x00] # length = 0 [0x04] # HTTP2 SETTINGS frame diff --git a/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/config/remote.server.rpc.yaml b/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/config/remote.server.rpc.yaml index a4b5ab50e7..14e7974ce8 100644 --- a/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/config/remote.server.rpc.yaml +++ b/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/config/remote.server.rpc.yaml @@ -31,4 +31,4 @@ bindings: method: example.EchoService/* with: scheme: http - authority: localhost:8080 + authority: localhost:54321 diff --git a/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/bidi.stream.rpc/client.rpt b/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/bidi.stream.rpc/client.rpt index 5c68875bef..efe7a90a4e 100644 --- a/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/bidi.stream.rpc/client.rpt +++ b/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/bidi.stream.rpc/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/grpc0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoBidiStream") .metadata("custom", "test") diff --git a/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/bidi.stream.rpc/server.rpt b/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/bidi.stream.rpc/server.rpt index 3edecf506f..2a9a3a5499 100644 --- a/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/bidi.stream.rpc/server.rpt +++ b/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/bidi.stream.rpc/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoBidiStream") .build()} diff --git a/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/client.sent.write.abort/client.rpt b/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/client.sent.write.abort/client.rpt index 625553053f..64a011ea51 100644 --- a/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/client.sent.write.abort/client.rpt +++ b/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/client.sent.write.abort/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/grpc0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .metadata("custom", "test") diff --git a/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/client.sent.write.abort/server.rpt b/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/client.sent.write.abort/server.rpt index 7ac5cde045..990bd8e222 100644 --- a/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/client.sent.write.abort/server.rpt +++ b/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/client.sent.write.abort/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .build()} diff --git a/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/client.stream.rpc/client.rpt b/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/client.stream.rpc/client.rpt index 113e5a2b48..7c6ccb827e 100644 --- a/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/client.stream.rpc/client.rpt +++ b/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/client.stream.rpc/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/grpc0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoClientStream") .build()} diff --git a/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/client.stream.rpc/server.rpt b/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/client.stream.rpc/server.rpt index 80ecbd27bb..2b14188c95 100644 --- a/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/client.stream.rpc/server.rpt +++ b/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/client.stream.rpc/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoClientStream") .build()} diff --git a/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/retry.on.unavailable.server/client.rpt b/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/retry.on.unavailable.server/client.rpt index 6ad4a356e1..8b213dee53 100644 --- a/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/retry.on.unavailable.server/client.rpt +++ b/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/retry.on.unavailable.server/client.rpt @@ -29,7 +29,7 @@ connect await REQUEST_REJECTED write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .build()} diff --git a/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/retry.on.unavailable.server/server.rpt b/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/retry.on.unavailable.server/server.rpt index 175a5e3c7b..618acb1d30 100644 --- a/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/retry.on.unavailable.server/server.rpt +++ b/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/retry.on.unavailable.server/server.rpt @@ -24,7 +24,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .build()} diff --git a/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/server.stream.rpc/client.rpt b/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/server.stream.rpc/client.rpt index 79c8b6aa9c..4124c94e3b 100644 --- a/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/server.stream.rpc/client.rpt +++ b/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/server.stream.rpc/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/grpc0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoServerStream") .build()} diff --git a/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/server.stream.rpc/server.rpt b/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/server.stream.rpc/server.rpt index 420481872a..cbbf22e261 100644 --- a/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/server.stream.rpc/server.rpt +++ b/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/server.stream.rpc/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoServerStream") .build()} diff --git a/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/unary.rpc.message.value.100k/client.rpt b/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/unary.rpc.message.value.100k/client.rpt index 3698254892..bd41370481 100644 --- a/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/unary.rpc.message.value.100k/client.rpt +++ b/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/unary.rpc.message.value.100k/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/grpc0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .build()} diff --git a/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/unary.rpc.message.value.100k/server.rpt b/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/unary.rpc.message.value.100k/server.rpt index b280d3bdd1..4ddd44c074 100644 --- a/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/unary.rpc.message.value.100k/server.rpt +++ b/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/unary.rpc.message.value.100k/server.rpt @@ -23,7 +23,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .build()} diff --git a/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/unary.rpc/client.rpt b/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/unary.rpc/client.rpt index 667e3f0070..17d4bffcb8 100644 --- a/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/unary.rpc/client.rpt +++ b/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/unary.rpc/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/grpc0" write zilla:begin.ext ${grpc:beginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .build()} diff --git a/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/unary.rpc/server.rpt b/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/unary.rpc/server.rpt index 035e65267e..d32a526484 100644 --- a/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/unary.rpc/server.rpt +++ b/specs/binding-kafka-grpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/grpc/streams/grpc/unary.rpc/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${grpc:matchBeginEx() .typeId(zilla:id("grpc")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .service("example.EchoService") .method("EchoUnary") .build()} diff --git a/specs/binding-openapi-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/asyncapi/config/proxy-async.yaml b/specs/binding-openapi-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/asyncapi/config/proxy-async.yaml index aa9c76928c..ad1d36afe9 100644 --- a/specs/binding-openapi-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/asyncapi/config/proxy-async.yaml +++ b/specs/binding-openapi-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/asyncapi/config/proxy-async.yaml @@ -28,7 +28,7 @@ catalogs: license: name: MIT servers: - - url: http://localhost:8080 + - url: http://localhost:54321 paths: /customer: post: diff --git a/specs/binding-openapi-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/asyncapi/streams/openapi/async.verify.customer/client.rpt b/specs/binding-openapi-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/asyncapi/streams/openapi/async.verify.customer/client.rpt index 323f27ab0a..ca7bca1eaa 100644 --- a/specs/binding-openapi-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/asyncapi/streams/openapi/async.verify.customer/client.rpt +++ b/specs/binding-openapi-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/asyncapi/streams/openapi/async.verify.customer/client.rpt @@ -26,7 +26,7 @@ write zilla:begin.ext ${openapi:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/customer") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "application/json") .header("content-length", "155") .header("prefer", "respond-async") @@ -68,7 +68,7 @@ write zilla:begin.ext ${openapi:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/customer;cid=3f96592e-c8f1-4167-8c46-85f2aabb70a5-966ecfabf0fe9086ce63f615b87a6bed") .header("prefer", "respond-async") .build()) diff --git a/specs/binding-openapi-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/asyncapi/streams/openapi/async.verify.customer/server.rpt b/specs/binding-openapi-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/asyncapi/streams/openapi/async.verify.customer/server.rpt index 18993155b1..e6b09b0f6d 100644 --- a/specs/binding-openapi-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/asyncapi/streams/openapi/async.verify.customer/server.rpt +++ b/specs/binding-openapi-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/asyncapi/streams/openapi/async.verify.customer/server.rpt @@ -27,7 +27,7 @@ read zilla:begin.ext ${openapi:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/customer") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "application/json") .header("content-length", "155") .header("prefer", "respond-async") @@ -64,7 +64,7 @@ read zilla:begin.ext ${openapi:matchBeginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/customer;cid=3f96592e-c8f1-4167-8c46-85f2aabb70a5-966ecfabf0fe9086ce63f615b87a6bed") .header("prefer", "respond-async") .build()) diff --git a/specs/binding-openapi-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/asyncapi/streams/openapi/create.pet/client.rpt b/specs/binding-openapi-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/asyncapi/streams/openapi/create.pet/client.rpt index b3e62af240..214e778c07 100644 --- a/specs/binding-openapi-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/asyncapi/streams/openapi/create.pet/client.rpt +++ b/specs/binding-openapi-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/asyncapi/streams/openapi/create.pet/client.rpt @@ -26,7 +26,7 @@ write zilla:begin.ext ${openapi:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/pets") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "application/json") .header("content-length", "39") .build()) diff --git a/specs/binding-openapi-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/asyncapi/streams/openapi/create.pet/server.rpt b/specs/binding-openapi-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/asyncapi/streams/openapi/create.pet/server.rpt index 9f7c3be1fe..f0f9117244 100644 --- a/specs/binding-openapi-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/asyncapi/streams/openapi/create.pet/server.rpt +++ b/specs/binding-openapi-asyncapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/asyncapi/streams/openapi/create.pet/server.rpt @@ -27,7 +27,7 @@ read zilla:begin.ext ${openapi:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/pets") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "application/json") .header("content-length", "39") .build()) diff --git a/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/config/client.multiple.specs.yaml b/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/config/client.multiple.specs.yaml index 2ad78e07d9..821a85ad91 100644 --- a/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/config/client.multiple.specs.yaml +++ b/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/config/client.multiple.specs.yaml @@ -29,7 +29,7 @@ catalogs: license: name: MIT servers: - - url: http://localhost:8080 + - url: http://localhost:54321 paths: /pets: get: @@ -152,7 +152,7 @@ catalogs: version: 1.0.0 title: Swagger Itemstore servers: - - url: http://localhost:8081 + - url: http://localhost:54322 paths: /items: get: diff --git a/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/config/client.yaml b/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/config/client.yaml index b11472f3c2..cf7c619ad8 100644 --- a/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/config/client.yaml +++ b/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/config/client.yaml @@ -29,7 +29,7 @@ catalogs: license: name: MIT servers: - - url: http://localhost:8080 + - url: http://localhost:54321 paths: /pets: get: @@ -154,5 +154,5 @@ bindings: version: latest tcp: host: localhost - port: 8080 + port: 54321 diff --git a/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/config/server-prod.yaml b/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/config/server-prod.yaml index 38a9db2a98..306ba377e7 100644 --- a/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/config/server-prod.yaml +++ b/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/config/server-prod.yaml @@ -30,7 +30,7 @@ catalogs: name: MIT servers: - url: http://localhost:9090/prod - - url: http://localhost:8080/qa + - url: http://localhost:54321/qa paths: /pets: get: diff --git a/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/config/server-secure.yaml b/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/config/server-secure.yaml index 6bb45c804f..80a6fc6d72 100644 --- a/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/config/server-secure.yaml +++ b/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/config/server-secure.yaml @@ -29,7 +29,7 @@ catalogs: license: name: MIT servers: - - url: http://localhost:8080 + - url: http://localhost:54321 paths: /pets: get: diff --git a/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/config/server.multiple.specs.yaml b/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/config/server.multiple.specs.yaml index a8757e3751..45938277a7 100644 --- a/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/config/server.multiple.specs.yaml +++ b/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/config/server.multiple.specs.yaml @@ -30,7 +30,7 @@ catalogs: license: name: MIT servers: - - url: http://localhost:8080 + - url: http://localhost:54321 paths: /pets: get: @@ -154,7 +154,7 @@ catalogs: version: 1.0.0 title: Swagger Itemstore servers: - - url: http://localhost:8081 + - url: http://localhost:54322 paths: /items: get: diff --git a/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/config/server.yaml b/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/config/server.yaml index 0628cb6150..235d9f1a8a 100644 --- a/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/config/server.yaml +++ b/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/config/server.yaml @@ -29,7 +29,7 @@ catalogs: license: name: MIT servers: - - url: http://localhost:8080 + - url: http://localhost:54321 paths: /pets: get: diff --git a/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/http/create.pet.and.item/client.rpt b/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/http/create.pet.and.item/client.rpt index 3b41f7f114..8ff3670a69 100644 --- a/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/http/create.pet.and.item/client.rpt +++ b/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/http/create.pet.and.item/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/pets") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "application/json") .header("content-length", "39") .build()} @@ -53,7 +53,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/items") - .header(":authority", "localhost:8081") + .header(":authority", "localhost:54322") .header("content-type", "application/json") .header("content-length", "26") .build()} diff --git a/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/http/create.pet.and.item/server.rpt b/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/http/create.pet.and.item/server.rpt index 5b3233cdcf..e281e632dc 100644 --- a/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/http/create.pet.and.item/server.rpt +++ b/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/http/create.pet.and.item/server.rpt @@ -26,7 +26,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/pets") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "application/json") .header("content-length", "39") .build()} @@ -54,7 +54,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/items") - .header(":authority", "localhost:8081") + .header(":authority", "localhost:54322") .header("content-type", "application/json") .header("content-length", "26") .build()} diff --git a/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/http/create.pet/client.rpt b/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/http/create.pet/client.rpt index 6ea9193f3a..5d58b5cdc5 100644 --- a/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/http/create.pet/client.rpt +++ b/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/http/create.pet/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/pets") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "application/json") .header("content-length", "39") .build()} diff --git a/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/http/create.pet/server.rpt b/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/http/create.pet/server.rpt index d7a53f172b..2ec98a40ab 100644 --- a/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/http/create.pet/server.rpt +++ b/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/http/create.pet/server.rpt @@ -26,7 +26,7 @@ read zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/pets") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "application/json") .header("content-length", "39") .build()} diff --git a/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/http/reject.non.composite.origin/client.rpt b/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/http/reject.non.composite.origin/client.rpt index ce2f2bb07f..4e77c0d489 100644 --- a/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/http/reject.non.composite.origin/client.rpt +++ b/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/http/reject.non.composite.origin/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/pets") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "application/json") .header("content-length", "39") .build()} diff --git a/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/openapi/create.pet.and.item/client.rpt b/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/openapi/create.pet.and.item/client.rpt index 975fd3a37f..230a421497 100644 --- a/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/openapi/create.pet.and.item/client.rpt +++ b/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/openapi/create.pet.and.item/client.rpt @@ -26,7 +26,7 @@ write zilla:begin.ext ${openapi:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/pets") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "application/json") .header("content-length", "39") .build()) @@ -62,7 +62,7 @@ write zilla:begin.ext ${openapi:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/items") - .header(":authority", "localhost:8081") + .header(":authority", "localhost:54322") .header("content-type", "application/json") .header("content-length", "26") .build()) diff --git a/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/openapi/create.pet.and.item/server.rpt b/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/openapi/create.pet.and.item/server.rpt index b319e7b439..4805b4e776 100644 --- a/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/openapi/create.pet.and.item/server.rpt +++ b/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/openapi/create.pet.and.item/server.rpt @@ -27,7 +27,7 @@ read zilla:begin.ext ${openapi:matchBeginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/pets") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "application/json") .header("content-length", "39") .build()) @@ -64,7 +64,7 @@ read zilla:begin.ext ${openapi:matchBeginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/items") - .header(":authority", "localhost:8081") + .header(":authority", "localhost:54322") .header("content-type", "application/json") .header("content-length", "26") .build()) diff --git a/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/openapi/create.pet/client.rpt b/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/openapi/create.pet/client.rpt index 11cb08ae8b..d5445fc60f 100644 --- a/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/openapi/create.pet/client.rpt +++ b/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/openapi/create.pet/client.rpt @@ -26,7 +26,7 @@ write zilla:begin.ext ${openapi:beginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/pets") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "application/json") .header("content-length", "39") .build()) diff --git a/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/openapi/create.pet/server.rpt b/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/openapi/create.pet/server.rpt index 2ad7614964..f755aae154 100644 --- a/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/openapi/create.pet/server.rpt +++ b/specs/binding-openapi.spec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/streams/openapi/create.pet/server.rpt @@ -27,7 +27,7 @@ read zilla:begin.ext ${openapi:matchBeginEx() .header(":method", "POST") .header(":scheme", "http") .header(":path", "/pets") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("content-type", "application/json") .header("content-length", "39") .build()) diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/client.sent.abort/client.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/client.sent.abort/client.rpt index 3fe68686d1..d7029f0d9d 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/client.sent.abort/client.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/client.sent.abort/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/sse0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId(null) .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/client.sent.abort/server.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/client.sent.abort/server.rpt index 0b799241d8..345da6f1bb 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/client.sent.abort/server.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/client.sent.abort/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId(null) .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/client.sent.message/client.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/client.sent.message/client.rpt index 683d5b6199..666ab4e9c1 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/client.sent.message/client.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/client.sent.message/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/sse0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId(null) .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/client.sent.message/server.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/client.sent.message/server.rpt index 07957f50b3..d3e99cd43a 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/client.sent.message/server.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/client.sent.message/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId(null) .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/client.sent.reset/client.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/client.sent.reset/client.rpt index 5d7e4da4a9..37cb4b086c 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/client.sent.reset/client.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/client.sent.reset/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/sse0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId(null) .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/client.sent.reset/server.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/client.sent.reset/server.rpt index 1fd0d5e0ca..177f738b58 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/client.sent.reset/server.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/client.sent.reset/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId(null) .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.reconnect.with.etag/client.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.reconnect.with.etag/client.rpt index 064ed318d9..550cb3aa0a 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.reconnect.with.etag/client.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.reconnect.with.etag/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/sse0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId(null) .build()} @@ -45,7 +45,7 @@ connect await RECONNECT_EVENT_STREAM write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId("AQQABAIC/revision=42") .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.reconnect.with.etag/server.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.reconnect.with.etag/server.rpt index d7c3df8a8b..fee8940a54 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.reconnect.with.etag/server.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.reconnect.with.etag/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId(null) .build()} @@ -45,7 +45,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId("AQQABAIC/revision=42") .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.reconnect.with.key.and.etag/client.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.reconnect.with.key.and.etag/client.rpt index 555ea1e95b..0653a21089 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.reconnect.with.key.and.etag/client.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.reconnect.with.key.and.etag/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/sse0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId(null) .build()} @@ -45,7 +45,7 @@ connect await RECONNECT_EVENT_STREAM write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId("[\"a2V5\",\"AQQABAIC/revision=42\"]") .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.reconnect.with.key.and.etag/server.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.reconnect.with.key.and.etag/server.rpt index b186610f52..4654054fd3 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.reconnect.with.key.and.etag/server.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.reconnect.with.key.and.etag/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId(null) .build()} @@ -45,7 +45,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId("[\"a2V5\",\"AQQABAIC/revision=42\"]") .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.reconnect/client.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.reconnect/client.rpt index 45eee6e2f5..708eb91fb0 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.reconnect/client.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.reconnect/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/sse0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId(null) .build()} @@ -45,7 +45,7 @@ connect await RECONNECT_EVENT_STREAM write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId("AQQABAIC") .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.reconnect/server.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.reconnect/server.rpt index 60f9ec04a9..5b64ad072a 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.reconnect/server.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.reconnect/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId(null) .build()} @@ -45,7 +45,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId("AQQABAIC") .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.rejected/client.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.rejected/client.rpt index 4a66cc2bcb..5bcfb4d6cb 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.rejected/client.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.rejected/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/sse0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/unexpected") .lastId(null) .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.with.filters.dynamic/client.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.with.filters.dynamic/client.rpt index 386302e821..4f87eb7538 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.with.filters.dynamic/client.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.with.filters.dynamic/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/sse0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test/example-key/example-tag") .lastId(null) .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.with.filters.dynamic/server.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.with.filters.dynamic/server.rpt index 16b6c9f03b..071cf86c6b 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.with.filters.dynamic/server.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake.with.filters.dynamic/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test/example-key/example-tag") .lastId(null) .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake/client.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake/client.rpt index 94e3927a22..1e5cb2ece3 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake/client.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/sse0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId(null) .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake/server.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake/server.rpt index bb1cfa4111..67dc2cf210 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake/server.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/handshake/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId(null) .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.100k.message/client.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.100k.message/client.rpt index e81c2a24b9..c783122fc3 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.100k.message/client.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.100k.message/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/sse0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId(null) .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.100k.message/server.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.100k.message/server.rpt index da7b14f93c..7a6e039505 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.100k.message/server.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.100k.message/server.rpt @@ -23,7 +23,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId(null) .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.abort/client.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.abort/client.rpt index 47d25d7d85..0e5d93a9bc 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.abort/client.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.abort/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/sse0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId(null) .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.abort/server.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.abort/server.rpt index dbf05fed49..6939e67fcd 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.abort/server.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.abort/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId(null) .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.flush/client.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.flush/client.rpt index 18cb1d5c8d..936dece16a 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.flush/client.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.flush/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/sse0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId(null) .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.flush/server.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.flush/server.rpt index 8be4476a9f..1e5ddf1c01 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.flush/server.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.flush/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId(null) .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.messages.with.etag/client.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.messages.with.etag/client.rpt index 0346afbc24..af68d6d430 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.messages.with.etag/client.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.messages.with.etag/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/sse0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId(null) .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.messages.with.etag/server.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.messages.with.etag/server.rpt index 5234d63b0a..53d22121a4 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.messages.with.etag/server.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.messages.with.etag/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId(null) .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.messages.with.key.and.etag/client.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.messages.with.key.and.etag/client.rpt index 63dfede47b..7b9294cd87 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.messages.with.key.and.etag/client.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.messages.with.key.and.etag/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/sse0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId(null) .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.messages.with.key.and.etag/server.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.messages.with.key.and.etag/server.rpt index 3edab4b2e3..dc1d044b0d 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.messages.with.key.and.etag/server.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.messages.with.key.and.etag/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId(null) .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.messages.with.null.key/client.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.messages.with.null.key/client.rpt index b0fd060758..6041139b0b 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.messages.with.null.key/client.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.messages.with.null.key/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/sse0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId(null) .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.messages.with.null.key/server.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.messages.with.null.key/server.rpt index dcb72a986b..cd22d6d1ba 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.messages.with.null.key/server.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.messages.with.null.key/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId(null) .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.messages/client.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.messages/client.rpt index 9c0186c78b..ee83af9172 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.messages/client.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.messages/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/sse0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId(null) .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.messages/server.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.messages/server.rpt index 05bcdeddb8..389a479323 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.messages/server.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.messages/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId(null) .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.null/client.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.null/client.rpt index 2e4b6c7ee8..ffcb18eb31 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.null/client.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.null/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/sse0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId(null) .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.null/server.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.null/server.rpt index 8f4022802e..e456c79682 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.null/server.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.null/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId(null) .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.reset/client.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.reset/client.rpt index a6a8c07466..7f64b2a215 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.reset/client.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.reset/client.rpt @@ -20,7 +20,7 @@ connect "zilla://streams/sse0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId(null) .build()} diff --git a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.reset/server.rpt b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.reset/server.rpt index cb72346941..a628143bfd 100644 --- a/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.reset/server.rpt +++ b/specs/binding-sse-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/kafka/streams/sse/server.sent.reset/server.rpt @@ -21,7 +21,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/test") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/advise/flush/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/advise/flush/client.rpt index 2b2a564c23..b9b2033294 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/advise/flush/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/advise/flush/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/advise/flush/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/advise/flush/server.rpt index 147049b03a..29bd8f1bd1 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/advise/flush/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/advise/flush/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/bom/empty/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/bom/empty/client.rpt index 5719a99a6b..15e9122a41 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/bom/empty/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/bom/empty/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/bom/empty/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/bom/empty/server.rpt index 9a828ffb51..a0ec1e6531 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/bom/empty/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/bom/empty/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/bom/non.empty/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/bom/non.empty/client.rpt index e8912ec958..002daebf32 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/bom/non.empty/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/bom/non.empty/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/bom/non.empty/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/bom/non.empty/server.rpt index 7d53e36da5..022e376694 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/bom/non.empty/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/bom/non.empty/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/challenge/respond.to.challenge/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/challenge/respond.to.challenge/client.rpt index 387c9c7e97..6ce4ea1a75 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/challenge/respond.to.challenge/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/challenge/respond.to.challenge/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/challenge/respond.to.challenge/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/challenge/respond.to.challenge/server.rpt index 41cbef043b..25014ba45e 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/challenge/respond.to.challenge/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/challenge/respond.to.challenge/server.rpt @@ -23,7 +23,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/empty/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/empty/client.rpt index 5719a99a6b..15e9122a41 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/empty/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/empty/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/empty/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/empty/server.rpt index 97a5b83188..239db4a56e 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/empty/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/empty/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/fragmented.100k/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/fragmented.100k/client.rpt index 8170891706..372432a909 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/fragmented.100k/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/fragmented.100k/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/fragmented.100k/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/fragmented.100k/server.rpt index 99aa9d7531..975b957894 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/fragmented.100k/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/fragmented.100k/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/fragmented.10k/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/fragmented.10k/client.rpt index e32c15aaa3..103844dc2c 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/fragmented.10k/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/fragmented.10k/client.rpt @@ -23,7 +23,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/fragmented.10k/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/fragmented.10k/server.rpt index df2691d6a4..5754cec2c7 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/fragmented.10k/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/fragmented.10k/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/initial.whitespace/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/initial.whitespace/client.rpt index e8912ec958..002daebf32 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/initial.whitespace/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/initial.whitespace/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/initial.whitespace/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/initial.whitespace/server.rpt index 7d53e36da5..022e376694 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/initial.whitespace/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/initial.whitespace/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/invalid.utf8/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/invalid.utf8/client.rpt index d59fd99ba6..47eae30745 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/invalid.utf8/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/invalid.utf8/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/invalid.utf8/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/invalid.utf8/server.rpt index 6894087f0d..a180cb873c 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/invalid.utf8/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/invalid.utf8/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/multi.line/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/multi.line/client.rpt index a51306e77c..a3457d385d 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/multi.line/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/multi.line/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/multi.line/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/multi.line/server.rpt index fae843e98b..77a0758c48 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/multi.line/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/multi.line/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/multiple/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/multiple/client.rpt index 1f76771647..e0d9c89cce 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/multiple/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/multiple/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/multiple/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/multiple/server.rpt index 260099a97f..011f0636bb 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/multiple/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/multiple/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/name.only/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/name.only/client.rpt index c33dec920d..c14f33cfaa 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/name.only/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/name.only/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/name.only/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/name.only/server.rpt index a4e2d10547..3e68442ef6 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/name.only/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/name.only/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/non.empty/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/non.empty/client.rpt index e8912ec958..002daebf32 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/non.empty/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/non.empty/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/non.empty/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/non.empty/server.rpt index 259f5605ab..591c41ba90 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/non.empty/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/data/non.empty/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/end.of.line/carriage.return.line.feed.fragmented/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/end.of.line/carriage.return.line.feed.fragmented/client.rpt index e8912ec958..002daebf32 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/end.of.line/carriage.return.line.feed.fragmented/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/end.of.line/carriage.return.line.feed.fragmented/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/end.of.line/carriage.return.line.feed.fragmented/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/end.of.line/carriage.return.line.feed.fragmented/server.rpt index 7d53e36da5..022e376694 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/end.of.line/carriage.return.line.feed.fragmented/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/end.of.line/carriage.return.line.feed.fragmented/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/end.of.line/carriage.return.line.feed/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/end.of.line/carriage.return.line.feed/client.rpt index e8912ec958..002daebf32 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/end.of.line/carriage.return.line.feed/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/end.of.line/carriage.return.line.feed/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/end.of.line/carriage.return.line.feed/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/end.of.line/carriage.return.line.feed/server.rpt index 7d53e36da5..022e376694 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/end.of.line/carriage.return.line.feed/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/end.of.line/carriage.return.line.feed/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/end.of.line/carriage.return/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/end.of.line/carriage.return/client.rpt index e8912ec958..002daebf32 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/end.of.line/carriage.return/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/end.of.line/carriage.return/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/end.of.line/carriage.return/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/end.of.line/carriage.return/server.rpt index 7d53e36da5..022e376694 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/end.of.line/carriage.return/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/end.of.line/carriage.return/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/end.of.line/line.feed/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/end.of.line/line.feed/client.rpt index e8912ec958..002daebf32 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/end.of.line/line.feed/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/end.of.line/line.feed/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/end.of.line/line.feed/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/end.of.line/line.feed/server.rpt index 7d53e36da5..022e376694 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/end.of.line/line.feed/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/end.of.line/line.feed/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/error/client.abort/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/error/client.abort/client.rpt index 318e321ce9..97592d89e0 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/error/client.abort/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/error/client.abort/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/error/client.abort/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/error/client.abort/server.rpt index d4581d4553..3973fe158f 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/error/client.abort/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/error/client.abort/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/error/client.reset/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/error/client.reset/client.rpt index f3300c7388..6a1e288534 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/error/client.reset/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/error/client.reset/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/error/client.reset/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/error/client.reset/server.rpt index d909f5217a..da73b6de3d 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/error/client.reset/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/error/client.reset/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/error/server.abort/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/error/server.abort/client.rpt index feb479b931..475771f4fc 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/error/server.abort/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/error/server.abort/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/error/server.abort/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/error/server.abort/server.rpt index c534169f68..4616d34751 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/error/server.abort/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/error/server.abort/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/error/server.reset/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/error/server.reset/client.rpt index dd65028fad..96d2c9378a 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/error/server.reset/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/error/server.reset/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/connection.closed.deferred/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/connection.closed.deferred/client.rpt index f3300c7388..6a1e288534 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/connection.closed.deferred/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/connection.closed.deferred/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/connection.closed.deferred/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/connection.closed.deferred/server.rpt index d909f5217a..da73b6de3d 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/connection.closed.deferred/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/connection.closed.deferred/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/connection.closed/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/connection.closed/client.rpt index be8e4569e5..955f074b0b 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/connection.closed/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/connection.closed/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/connection.closed/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/connection.closed/server.rpt index c67d2d76af..99bb6c24aa 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/connection.closed/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/connection.closed/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/connection.failed/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/connection.failed/client.rpt index 6b2747d216..a98f164207 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/connection.failed/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/connection.failed/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/connection.failed/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/connection.failed/server.rpt index 5ff09ff4e5..aedeceeada 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/connection.failed/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/connection.failed/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/connection.succeeded/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/connection.succeeded/client.rpt index 387c9c7e97..6ce4ea1a75 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/connection.succeeded/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/connection.succeeded/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/connection.succeeded/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/connection.succeeded/server.rpt index 6da2ee9fc3..c00628bc78 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/connection.succeeded/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/connection.succeeded/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/last.event.id.empty/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/last.event.id.empty/client.rpt index ba92e06c18..6405701337 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/last.event.id.empty/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/last.event.id.empty/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId("") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/last.event.id.empty/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/last.event.id.empty/server.rpt index 6572a9dc08..ecdad9e398 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/last.event.id.empty/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/last.event.id.empty/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId("") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/last.event.id/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/last.event.id/client.rpt index 1bdbaa9c6e..621850f2f6 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/last.event.id/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/last.event.id/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId("100") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/last.event.id/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/last.event.id/server.rpt index b7cdbd2470..bba66740c2 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/last.event.id/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/handshake/last.event.id/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId("100") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/id/empty/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/id/empty/client.rpt index 3cbc1a133f..5a8e83c09d 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/id/empty/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/id/empty/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/id/empty/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/id/empty/server.rpt index 2de7ff4931..3f52ab0aa2 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/id/empty/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/id/empty/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/id/initial.whitespace/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/id/initial.whitespace/client.rpt index 0490325297..41b75214e0 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/id/initial.whitespace/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/id/initial.whitespace/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/id/initial.whitespace/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/id/initial.whitespace/server.rpt index 73bc92200b..9a220ecb54 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/id/initial.whitespace/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/id/initial.whitespace/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/id/invalid.utf8/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/id/invalid.utf8/client.rpt index 305b68a429..74a7e7b0b1 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/id/invalid.utf8/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/id/invalid.utf8/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/id/invalid.utf8/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/id/invalid.utf8/server.rpt index c1c4014b14..806d509da2 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/id/invalid.utf8/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/id/invalid.utf8/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/id/non.empty/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/id/non.empty/client.rpt index 0490325297..41b75214e0 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/id/non.empty/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/id/non.empty/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/id/non.empty/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/id/non.empty/server.rpt index 73bc92200b..9a220ecb54 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/id/non.empty/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/id/non.empty/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/initial.last.event.id/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/initial.last.event.id/client.rpt index c20c00212d..e11c661ec4 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/initial.last.event.id/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/initial.last.event.id/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId("104") .build()} @@ -46,7 +46,7 @@ connect await RECONNECT_EVENT_STREAM write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId("105") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/initial.last.event.id/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/initial.last.event.id/server.rpt index ec4a34fb93..1a60e38549 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/initial.last.event.id/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/initial.last.event.id/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId("104") .build()} @@ -46,7 +46,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId("105") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/last.event.id.data.null/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/last.event.id.data.null/client.rpt index 1dfbe082ed..19921fe935 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/last.event.id.data.null/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/last.event.id.data.null/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} @@ -46,7 +46,7 @@ connect await RECONNECT_EVENT_STREAM write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId("105") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/last.event.id.data.null/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/last.event.id.data.null/server.rpt index 5b4a53af6d..dab5d62ef4 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/last.event.id.data.null/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/last.event.id.data.null/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} @@ -45,7 +45,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId("105") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/last.event.id.data/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/last.event.id.data/client.rpt index 00f00e048f..9463285dd3 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/last.event.id.data/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/last.event.id.data/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} @@ -46,7 +46,7 @@ connect await RECONNECT_EVENT_STREAM write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId("105") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/last.event.id.data/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/last.event.id.data/server.rpt index 7f3138caa8..bf2b95b148 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/last.event.id.data/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/last.event.id.data/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} @@ -46,7 +46,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId("105") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/last.event.id.end.fragmented/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/last.event.id.end.fragmented/client.rpt index 5b665c5a5d..02cd333aed 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/last.event.id.end.fragmented/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/last.event.id.end.fragmented/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} @@ -48,7 +48,7 @@ connect await RECONNECT_EVENT_STREAM write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId("105") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/last.event.id.end.fragmented/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/last.event.id.end.fragmented/server.rpt index 29fba0bfd2..c62cac0e5e 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/last.event.id.end.fragmented/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/last.event.id.end.fragmented/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} @@ -45,7 +45,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId("105") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/last.event.id.end/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/last.event.id.end/client.rpt index 86680e1249..6c533d58ac 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/last.event.id.end/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/last.event.id.end/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} @@ -45,7 +45,7 @@ connect await RECONNECT_EVENT_STREAM write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId("105") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/last.event.id.end/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/last.event.id.end/server.rpt index fd54c7df82..fc2fa5993f 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/last.event.id.end/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/reconnect/last.event.id.end/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} @@ -43,7 +43,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId("105") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/empty/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/empty/client.rpt index c98ed656b2..a4b31700ff 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/empty/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/empty/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/empty/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/empty/server.rpt index 66351581bf..6f9b137dca 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/empty/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/empty/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/fragmented/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/fragmented/client.rpt index ce578e1821..a889ac8e60 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/fragmented/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/fragmented/client.rpt @@ -24,7 +24,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/fragmented/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/fragmented/server.rpt index 4e2ebd3d86..b044189bd2 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/fragmented/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/fragmented/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/initial.whitespace/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/initial.whitespace/client.rpt index e9b20a0e77..6928966c69 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/initial.whitespace/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/initial.whitespace/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/initial.whitespace/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/initial.whitespace/server.rpt index 4e2ebd3d86..b044189bd2 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/initial.whitespace/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/initial.whitespace/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/invalid.utf8/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/invalid.utf8/client.rpt index 3a8c84ef83..41addda30d 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/invalid.utf8/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/invalid.utf8/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/invalid.utf8/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/invalid.utf8/server.rpt index a39ce7a063..8a07272f2b 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/invalid.utf8/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/invalid.utf8/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/name.only/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/name.only/client.rpt index c98ed656b2..a4b31700ff 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/name.only/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/name.only/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/name.only/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/name.only/server.rpt index 66351581bf..6f9b137dca 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/name.only/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/name.only/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/non.empty.interleaved/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/non.empty.interleaved/client.rpt index a56f741e22..fc76e4eabb 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/non.empty.interleaved/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/non.empty.interleaved/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/non.empty.interleaved/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/non.empty.interleaved/server.rpt index 22cc1bc7f9..a1d8018098 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/non.empty.interleaved/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/non.empty.interleaved/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/non.empty.trailing/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/non.empty.trailing/client.rpt index 55df8f0acd..929b493257 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/non.empty.trailing/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/non.empty.trailing/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/non.empty.trailing/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/non.empty.trailing/server.rpt index 0e3cc0053e..ba886d0093 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/non.empty.trailing/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/non.empty.trailing/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/non.empty/client.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/non.empty/client.rpt index e9b20a0e77..6928966c69 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/non.empty/client.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/non.empty/client.rpt @@ -21,7 +21,7 @@ connect "zilla://streams/app0" write zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/non.empty/server.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/non.empty/server.rpt index 4e2ebd3d86..b044189bd2 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/non.empty/server.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/application/type/non.empty/server.rpt @@ -22,7 +22,7 @@ accepted read zilla:begin.ext ${sse:beginEx() .typeId(zilla:id("sse")) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events/a8b7c6d5") .lastId(null) .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/advise/flush/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/advise/flush/request.rpt index 0652f78c80..df728ad5b8 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/advise/flush/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/advise/flush/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/advise/flush/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/advise/flush/response.rpt index 332580018f..009c244ee3 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/advise/flush/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/advise/flush/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/bom/empty/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/bom/empty/request.rpt index 150aefe3f2..b621830fe4 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/bom/empty/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/bom/empty/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/bom/empty/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/bom/empty/response.rpt index 89d952329e..629f2896db 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/bom/empty/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/bom/empty/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/bom/non.empty/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/bom/non.empty/request.rpt index 2273a51541..510f5f30eb 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/bom/non.empty/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/bom/non.empty/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/bom/non.empty/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/bom/non.empty/response.rpt index cdbe49f93a..2b4b6c6636 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/bom/non.empty/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/bom/non.empty/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/challenge/respond.to.challenge/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/challenge/respond.to.challenge/request.rpt index 81a83d0917..77eb48480e 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/challenge/respond.to.challenge/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/challenge/respond.to.challenge/request.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/challenge/respond.to.challenge/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/challenge/respond.to.challenge/response.rpt index 9633477dbe..313385c19e 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/challenge/respond.to.challenge/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/challenge/respond.to.challenge/response.rpt @@ -25,7 +25,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/comment/empty/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/comment/empty/request.rpt index 91196c27e5..2d1c9598cc 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/comment/empty/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/comment/empty/request.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/comment/empty/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/comment/empty/response.rpt index 87df495a21..42da37859f 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/comment/empty/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/comment/empty/response.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/comment/multi.line/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/comment/multi.line/request.rpt index dd79f406c6..12c458db9f 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/comment/multi.line/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/comment/multi.line/request.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/comment/multi.line/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/comment/multi.line/response.rpt index 3dd467b888..7831a0ece0 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/comment/multi.line/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/comment/multi.line/response.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/comment/non.empty/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/comment/non.empty/request.rpt index 272d7134cf..838a24d408 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/comment/non.empty/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/comment/non.empty/request.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/comment/non.empty/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/comment/non.empty/response.rpt index 5e527303c0..9c62d1d3a0 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/comment/non.empty/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/comment/non.empty/response.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/empty/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/empty/request.rpt index a26bc9a010..8e43c7acab 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/empty/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/empty/request.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/empty/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/empty/response.rpt index b83d8816a9..515ad53141 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/empty/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/empty/response.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/initial.whitespace/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/initial.whitespace/request.rpt index 2aaf4b3434..a6515bc5cf 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/initial.whitespace/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/initial.whitespace/request.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/initial.whitespace/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/initial.whitespace/response.rpt index b630bfaa08..e6f94a1e65 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/initial.whitespace/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/initial.whitespace/response.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/invalid.utf8/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/invalid.utf8/request.rpt index 56a33bc835..74355c083a 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/invalid.utf8/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/invalid.utf8/request.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .header("last-event-id", "100") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/invalid.utf8/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/invalid.utf8/response.rpt index 6331a4066d..6c7cb9bdbe 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/invalid.utf8/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/invalid.utf8/response.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .header("last-event-id", "100") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/name.only/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/name.only/request.rpt index 61600c0807..2dcf521f9f 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/name.only/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/name.only/request.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/name.only/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/name.only/response.rpt index e9c28a2905..70b7ce4f9e 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/name.only/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/name.only/response.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/non.empty/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/non.empty/request.rpt index 814871d9ec..ffc9b9248a 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/non.empty/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/non.empty/request.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/non.empty/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/non.empty/response.rpt index eaaac77f30..3e5b305320 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/non.empty/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/custom/non.empty/response.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/empty/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/empty/request.rpt index 1cba584d55..6cfe1aef67 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/empty/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/empty/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/empty/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/empty/response.rpt index cc0adb9de9..bfcb3998d9 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/empty/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/empty/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/fragmented.100k/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/fragmented.100k/request.rpt index 801d13c9ca..b8a65b67e1 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/fragmented.100k/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/fragmented.100k/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/fragmented.100k/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/fragmented.100k/response.rpt index ed426ae153..a6fdefae0c 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/fragmented.100k/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/fragmented.100k/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/fragmented.10k/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/fragmented.10k/request.rpt index 16c4b7aba4..7ad788a2ea 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/fragmented.10k/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/fragmented.10k/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/fragmented.10k/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/fragmented.10k/response.rpt index fa6466d270..22376c4f82 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/fragmented.10k/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/fragmented.10k/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/initial.whitespace/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/initial.whitespace/request.rpt index 71f6190f6f..50fe9ad4e5 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/initial.whitespace/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/initial.whitespace/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/initial.whitespace/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/initial.whitespace/response.rpt index 20f955cfd7..f4ce30e8a2 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/initial.whitespace/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/initial.whitespace/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/invalid.utf8/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/invalid.utf8/request.rpt index 4453ea48a2..6ee942775a 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/invalid.utf8/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/invalid.utf8/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/invalid.utf8/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/invalid.utf8/response.rpt index 479e13fbbb..ba5f698933 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/invalid.utf8/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/invalid.utf8/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/multi.line/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/multi.line/request.rpt index 5790691e6c..4be459a22b 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/multi.line/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/multi.line/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/multi.line/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/multi.line/response.rpt index 266ad2e67f..672fa09562 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/multi.line/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/multi.line/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/multiple/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/multiple/request.rpt index 4e3a076bba..30b967607d 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/multiple/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/multiple/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/multiple/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/multiple/response.rpt index 4e0fac603c..e4c5e4bd89 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/multiple/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/multiple/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/name.only/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/name.only/request.rpt index 47dc468f2f..99eb6ae2de 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/name.only/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/name.only/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/name.only/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/name.only/response.rpt index e85ed57021..4b52119cbd 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/name.only/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/name.only/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/non.empty/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/non.empty/request.rpt index e67e260e13..2cb7bf3242 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/non.empty/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/non.empty/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/non.empty/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/non.empty/response.rpt index f496b2d997..f6cee4ad1b 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/non.empty/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/data/non.empty/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/end.of.line/carriage.return.line.feed.fragmented/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/end.of.line/carriage.return.line.feed.fragmented/request.rpt index 990d846c2a..780afcd32b 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/end.of.line/carriage.return.line.feed.fragmented/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/end.of.line/carriage.return.line.feed.fragmented/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/end.of.line/carriage.return.line.feed.fragmented/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/end.of.line/carriage.return.line.feed.fragmented/response.rpt index b3ae4a3a98..1ede0ee448 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/end.of.line/carriage.return.line.feed.fragmented/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/end.of.line/carriage.return.line.feed.fragmented/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/end.of.line/carriage.return.line.feed/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/end.of.line/carriage.return.line.feed/request.rpt index 990d846c2a..780afcd32b 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/end.of.line/carriage.return.line.feed/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/end.of.line/carriage.return.line.feed/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/end.of.line/carriage.return.line.feed/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/end.of.line/carriage.return.line.feed/response.rpt index 8fc70ce577..ee0f296725 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/end.of.line/carriage.return.line.feed/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/end.of.line/carriage.return.line.feed/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/end.of.line/carriage.return/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/end.of.line/carriage.return/request.rpt index ab2da245e9..5b6e7a1ecd 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/end.of.line/carriage.return/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/end.of.line/carriage.return/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/end.of.line/carriage.return/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/end.of.line/carriage.return/response.rpt index ad955c6b65..13477bbdf8 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/end.of.line/carriage.return/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/end.of.line/carriage.return/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/end.of.line/line.feed/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/end.of.line/line.feed/request.rpt index d47ec339cf..14a3023894 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/end.of.line/line.feed/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/end.of.line/line.feed/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/end.of.line/line.feed/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/end.of.line/line.feed/response.rpt index 6166628088..3930d90dbd 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/end.of.line/line.feed/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/end.of.line/line.feed/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/error/client.abort/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/error/client.abort/request.rpt index 3e66d4d07e..fc02089b3c 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/error/client.abort/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/error/client.abort/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/error/client.abort/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/error/client.abort/response.rpt index 24dc875c1c..203f3f251a 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/error/client.abort/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/error/client.abort/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/error/client.reset/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/error/client.reset/request.rpt index 7583c4bde3..0a3fba3345 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/error/client.reset/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/error/client.reset/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/error/client.reset/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/error/client.reset/response.rpt index 4a0af2ab50..558ff47a67 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/error/client.reset/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/error/client.reset/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/error/server.abort/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/error/server.abort/request.rpt index 4a45757059..21dcb66ca4 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/error/server.abort/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/error/server.abort/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/error/server.abort/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/error/server.abort/response.rpt index ec7d1d5853..8ea0d44d1a 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/error/server.abort/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/error/server.abort/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/error/server.reset/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/error/server.reset/request.rpt index adf9362bf5..0652457d50 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/error/server.reset/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/error/server.reset/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/connection.closed.deferred/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/connection.closed.deferred/request.rpt index 7583c4bde3..0a3fba3345 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/connection.closed.deferred/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/connection.closed.deferred/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/connection.closed.deferred/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/connection.closed.deferred/response.rpt index 4a0af2ab50..558ff47a67 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/connection.closed.deferred/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/connection.closed.deferred/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/connection.closed/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/connection.closed/request.rpt index f3b015d739..e9f362c1ca 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/connection.closed/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/connection.closed/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/connection.closed/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/connection.closed/response.rpt index ad8425b729..38f67c5ce6 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/connection.closed/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/connection.closed/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/connection.succeeded.with.request.parameter/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/connection.succeeded.with.request.parameter/request.rpt index ca6a8de778..9d67f396fe 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/connection.succeeded.with.request.parameter/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/connection.succeeded.with.request.parameter/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5?.p=v") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/connection.succeeded.with.request.parameter/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/connection.succeeded.with.request.parameter/response.rpt index 1d50a4bed8..5bf5f6cc17 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/connection.succeeded.with.request.parameter/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/connection.succeeded.with.request.parameter/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5?.p=v") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/connection.succeeded/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/connection.succeeded/request.rpt index b157fc74dc..b1ec83a3d2 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/connection.succeeded/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/connection.succeeded/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/connection.succeeded/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/connection.succeeded/response.rpt index f9703e7282..8c7d257d4b 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/connection.succeeded/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/connection.succeeded/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/initial.comment/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/initial.comment/request.rpt index c7abc48987..d60e367786 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/initial.comment/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/initial.comment/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .header("last-event-id", "100") diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/initial.comment/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/initial.comment/response.rpt index 975c37d438..686c3552db 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/initial.comment/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/initial.comment/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .header("last-event-id", "100") diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.header.last.event.id.empty/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.header.last.event.id.empty/request.rpt index a3fa400965..2bc44d2936 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.header.last.event.id.empty/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.header.last.event.id.empty/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .header("last-event-id", "") diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.header.last.event.id.empty/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.header.last.event.id.empty/response.rpt index 925d2aed77..447326fe89 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.header.last.event.id.empty/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.header.last.event.id.empty/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .header("last-event-id", "") diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.header.last.event.id.overflow.multibyte/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.header.last.event.id.overflow.multibyte/request.rpt index 1f7988e714..6027c2d87a 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.header.last.event.id.overflow.multibyte/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.header.last.event.id.overflow.multibyte/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .header("last-event-id", "👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍💥") diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.header.last.event.id.overflow.multibyte/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.header.last.event.id.overflow.multibyte/response.rpt index 6dc4e0925b..52b419dadc 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.header.last.event.id.overflow.multibyte/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.header.last.event.id.overflow.multibyte/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:matchBeginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .header("last-event-id", "👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍💥") diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.header.last.event.id.overflow/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.header.last.event.id.overflow/request.rpt index aeebd24d8c..7e327b51ce 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.header.last.event.id.overflow/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.header.last.event.id.overflow/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .header("last-event-id", "012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678912345") diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.header.last.event.id.overflow/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.header.last.event.id.overflow/response.rpt index 3429d638ba..5de42fea44 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.header.last.event.id.overflow/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.header.last.event.id.overflow/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:matchBeginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .header("last-event-id", "012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678912345") diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.header.last.event.id/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.header.last.event.id/request.rpt index 0b9aa7bf56..229eb3a9a9 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.header.last.event.id/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.header.last.event.id/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .header("last-event-id", "100") diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.header.last.event.id/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.header.last.event.id/response.rpt index df42db5382..e4b35828d1 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.header.last.event.id/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.header.last.event.id/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .header("last-event-id", "100") diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.method.unsupported/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.method.unsupported/request.rpt index 35fc572b04..9471e49123 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.method.unsupported/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.method.unsupported/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.method.unsupported/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.method.unsupported/response.rpt index 120266ea68..bc223ccb79 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.method.unsupported/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.method.unsupported/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:matchBeginEx() .typeId(zilla:id("http")) .header(":method", "POST") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.parameter.last.event.id.empty/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.parameter.last.event.id.empty/request.rpt index d3abd649a1..c0bf05bdc0 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.parameter.last.event.id.empty/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.parameter.last.event.id.empty/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5?lastEventId=") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.parameter.last.event.id.empty/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.parameter.last.event.id.empty/response.rpt index b9c7733c9d..22d02a1f2c 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.parameter.last.event.id.empty/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.parameter.last.event.id.empty/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5?lastEventId=") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.parameter.last.event.id.overflow/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.parameter.last.event.id.overflow/request.rpt index 3fb343d3b3..feae866c0a 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.parameter.last.event.id.overflow/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.parameter.last.event.id.overflow/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5?lastEventId=012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678912345") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.parameter.last.event.id.overflow/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.parameter.last.event.id.overflow/response.rpt index 0038792fad..a7b829545c 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.parameter.last.event.id.overflow/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.parameter.last.event.id.overflow/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:matchBeginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5?lastEventId=012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678912345") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.parameter.last.event.id.url.encoded/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.parameter.last.event.id.url.encoded/request.rpt index a3c5c60b55..219a06c283 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.parameter.last.event.id.url.encoded/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.parameter.last.event.id.url.encoded/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5?lastEventId=%31%30%30") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.parameter.last.event.id.url.encoded/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.parameter.last.event.id.url.encoded/response.rpt index 2fc10e653b..11c863497e 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.parameter.last.event.id.url.encoded/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.parameter.last.event.id.url.encoded/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5?lastEventId=%31%30%30") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.parameter.last.event.id/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.parameter.last.event.id/request.rpt index 6c5ade46d5..461019a290 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.parameter.last.event.id/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.parameter.last.event.id/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5?lastEventId=100") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.parameter.last.event.id/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.parameter.last.event.id/response.rpt index 5b81c98a42..99579e149b 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.parameter.last.event.id/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/request.parameter.last.event.id/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5?lastEventId=100") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/response.header.content.type.missing/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/response.header.content.type.missing/request.rpt index 5f70f41760..fedb198f57 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/response.header.content.type.missing/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/response.header.content.type.missing/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/response.header.content.type.missing/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/response.header.content.type.missing/response.rpt index 01f4989ad1..f8151b9258 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/response.header.content.type.missing/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/response.header.content.type.missing/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/response.header.content.type.unsupported/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/response.header.content.type.unsupported/request.rpt index e5b4a3552c..ef41efa97f 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/response.header.content.type.unsupported/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/response.header.content.type.unsupported/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/response.header.content.type.unsupported/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/response.header.content.type.unsupported/response.rpt index fd644c30a4..ed881d87a0 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/response.header.content.type.unsupported/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/handshake/response.header.content.type.unsupported/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/empty/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/empty/request.rpt index c96814c242..901739768d 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/empty/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/empty/request.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/empty/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/empty/response.rpt index fc68926bbd..54a0d79663 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/empty/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/empty/response.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/initial.whitespace/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/initial.whitespace/request.rpt index 01166baab7..e588d58018 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/initial.whitespace/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/initial.whitespace/request.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/initial.whitespace/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/initial.whitespace/response.rpt index 1b55a713ae..4f46cf1e2d 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/initial.whitespace/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/initial.whitespace/response.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/invalid.utf8/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/invalid.utf8/request.rpt index 02881113e6..25b79d7541 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/invalid.utf8/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/invalid.utf8/request.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .header("last-event-id", "100") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/invalid.utf8/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/invalid.utf8/response.rpt index e9b7db2834..b76f1f4de0 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/invalid.utf8/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/invalid.utf8/response.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .header("last-event-id", "100") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/name.only/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/name.only/request.rpt index cb50153ba6..3cc29dd504 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/name.only/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/name.only/request.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/name.only/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/name.only/response.rpt index 381028282a..a971642c05 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/name.only/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/name.only/response.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/non.empty/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/non.empty/request.rpt index d95a40cdf3..e494546ed5 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/non.empty/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/non.empty/request.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/non.empty/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/non.empty/response.rpt index 6a71bb1ad3..e082523014 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/non.empty/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/non.empty/response.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/reject.header.length.exceeding.255/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/reject.header.length.exceeding.255/request.rpt index 2334d1f331..bcf4eb6ae2 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/reject.header.length.exceeding.255/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/reject.header.length.exceeding.255/request.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .header("last-event-id", "abcdefghijklmnopqurstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqurstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqurstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqurstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefgh") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/reject.header.length.exceeding.255/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/reject.header.length.exceeding.255/response.rpt index 6d08cc9abe..4b9d4ce3b7 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/reject.header.length.exceeding.255/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/reject.header.length.exceeding.255/response.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:matchBeginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .header("last-event-id", "abcdefghijklmnopqurstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqurstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqurstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqurstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefgh") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/reject.query.param.length.exceeding.255/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/reject.query.param.length.exceeding.255/request.rpt index ac262efcde..d59986f520 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/reject.query.param.length.exceeding.255/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/reject.query.param.length.exceeding.255/request.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events?lastEventId=abcdefghijklmnopqurstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqurstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqurstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqurstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefgh") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/reject.query.param.length.exceeding.255/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/reject.query.param.length.exceeding.255/response.rpt index 778917cf42..fe19aeddb6 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/reject.query.param.length.exceeding.255/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/id/reject.query.param.length.exceeding.255/response.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:matchBeginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events?lastEventId=abcdefghijklmnopqurstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqurstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqurstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqurstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefgh") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.and.parameter.last.event.id/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.and.parameter.last.event.id/request.rpt index 43f5bcba7a..16e5592ed3 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.and.parameter.last.event.id/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.and.parameter.last.event.id/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5?lastEventId=104") .header("accept", "text/event-stream") .build()} @@ -53,7 +53,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5?lastEventId=104") .header("accept", "text/event-stream") .header("last-event-id", "105") diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.and.parameter.last.event.id/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.and.parameter.last.event.id/response.rpt index 6f36870390..8c87837033 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.and.parameter.last.event.id/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.and.parameter.last.event.id/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5?lastEventId=104") .header("accept", "text/event-stream") .build()} @@ -50,7 +50,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5?lastEventId=104") .header("accept", "text/event-stream") .header("last-event-id", "105") diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.last.event.id.and.data.null/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.last.event.id.and.data.null/request.rpt index 355483bc53..ed568f1090 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.last.event.id.and.data.null/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.last.event.id.and.data.null/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} @@ -52,7 +52,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .header("last-event-id", "105") diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.last.event.id.and.data.null/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.last.event.id.and.data.null/response.rpt index fd4532c259..8476e8c629 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.last.event.id.and.data.null/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.last.event.id.and.data.null/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} @@ -49,7 +49,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .header("last-event-id", "105") diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.last.event.id.and.data/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.last.event.id.and.data/request.rpt index dca8f152b9..3f15c9b4e2 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.last.event.id.and.data/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.last.event.id.and.data/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} @@ -53,7 +53,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .header("last-event-id", "105") diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.last.event.id.and.data/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.last.event.id.and.data/response.rpt index 05c5f481b5..ed5da2ca08 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.last.event.id.and.data/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.last.event.id.and.data/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} @@ -50,7 +50,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .header("last-event-id", "105") diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.last.event.id.fragmented/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.last.event.id.fragmented/request.rpt index 02174255c0..b683449715 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.last.event.id.fragmented/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.last.event.id.fragmented/request.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} @@ -62,7 +62,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .header("last-event-id", "105") diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.last.event.id.fragmented/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.last.event.id.fragmented/response.rpt index 5d653f0559..54f9ec65b7 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.last.event.id.fragmented/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.last.event.id.fragmented/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} @@ -58,7 +58,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .header("last-event-id", "105") diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.last.event.id/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.last.event.id/request.rpt index 3f5c9bd443..a8138caeb8 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.last.event.id/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.last.event.id/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} @@ -52,7 +52,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .header("last-event-id", "105") diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.last.event.id/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.last.event.id/response.rpt index 1c7db1c522..325f229dd1 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.last.event.id/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/request.header.last.event.id/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} @@ -49,7 +49,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .header("last-event-id", "105") diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/response.status.code.200/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/response.status.code.200/request.rpt index 9b46cd0f48..7d869e3b3f 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/response.status.code.200/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/response.status.code.200/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} @@ -49,7 +49,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/response.status.code.200/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/response.status.code.200/response.rpt index 7487866141..f16825f4d6 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/response.status.code.200/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/response.status.code.200/response.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} @@ -48,7 +48,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/response.status.code.500/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/response.status.code.500/request.rpt index 3930235829..90b7361059 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/response.status.code.500/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/response.status.code.500/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} @@ -49,7 +49,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/response.status.code.500/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/response.status.code.500/response.rpt index 5cf5c2221f..2dab367165 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/response.status.code.500/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/reconnect/response.status.code.500/response.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} @@ -48,7 +48,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/initial.whitespace/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/initial.whitespace/request.rpt index 06eeae741c..5c8baec99f 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/initial.whitespace/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/initial.whitespace/request.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/initial.whitespace/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/initial.whitespace/response.rpt index d8785d6f7d..d506c58526 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/initial.whitespace/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/initial.whitespace/response.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/invalid.utf8/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/invalid.utf8/request.rpt index 2b3eb2a625..5c901b08b0 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/invalid.utf8/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/invalid.utf8/request.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .header("last-event-id", "100") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/invalid.utf8/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/invalid.utf8/response.rpt index 05f98cf651..4b4e100160 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/invalid.utf8/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/invalid.utf8/response.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .header("last-event-id", "100") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/name.only/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/name.only/request.rpt index ddf845950f..3de1894320 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/name.only/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/name.only/request.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/name.only/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/name.only/response.rpt index 7210375b52..421ac7e811 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/name.only/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/name.only/response.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/non.numeric/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/non.numeric/request.rpt index b623d35acf..31a112e072 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/non.numeric/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/non.numeric/request.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/non.numeric/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/non.numeric/response.rpt index 51af0e334c..613c38b33e 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/non.numeric/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/non.numeric/response.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/numeric/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/numeric/request.rpt index 11498780bf..14ba75f7fc 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/numeric/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/numeric/request.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/numeric/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/numeric/response.rpt index 2c79c46298..940ada5bb5 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/numeric/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/retry/numeric/response.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/timestamp/empty/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/timestamp/empty/request.rpt index 1468bb2e5c..c55d5962cf 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/timestamp/empty/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/timestamp/empty/request.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream;ext=timestamp") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/timestamp/empty/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/timestamp/empty/response.rpt index 6f7a1abb42..755f27e318 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/timestamp/empty/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/timestamp/empty/response.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream;ext=timestamp") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/timestamp/fragmented.10k/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/timestamp/fragmented.10k/request.rpt index de3be75987..1ee3a08bb4 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/timestamp/fragmented.10k/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/timestamp/fragmented.10k/request.rpt @@ -25,7 +25,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream;ext=timestamp") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/timestamp/fragmented.10k/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/timestamp/fragmented.10k/response.rpt index 8f609910cd..b05c36c1ad 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/timestamp/fragmented.10k/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/timestamp/fragmented.10k/response.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream;ext=timestamp") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/timestamp/non.empty.with.type/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/timestamp/non.empty.with.type/request.rpt index baac2836f8..5e41ce7fd2 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/timestamp/non.empty.with.type/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/timestamp/non.empty.with.type/request.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream;ext=timestamp") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/timestamp/non.empty.with.type/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/timestamp/non.empty.with.type/response.rpt index 7fb687f1bb..03a41c3964 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/timestamp/non.empty.with.type/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/timestamp/non.empty.with.type/response.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream;ext=timestamp") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/timestamp/non.empty/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/timestamp/non.empty/request.rpt index 8ae9ab2089..7b5c19ed83 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/timestamp/non.empty/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/timestamp/non.empty/request.rpt @@ -23,7 +23,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream;ext=timestamp") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/timestamp/non.empty/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/timestamp/non.empty/response.rpt index 3f7a05959a..ff3a8bb018 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/timestamp/non.empty/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/timestamp/non.empty/response.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/events/a8b7c6d5") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("accept", "text/event-stream;ext=timestamp") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/empty/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/empty/request.rpt index 2be2fcc158..1f020ad2ba 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/empty/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/empty/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/empty/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/empty/response.rpt index 2a8fff3f95..b926ba0d50 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/empty/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/empty/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/fragmented/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/fragmented/request.rpt index 49f8f9a9f1..399ada11e6 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/fragmented/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/fragmented/request.rpt @@ -25,7 +25,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/fragmented/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/fragmented/response.rpt index a4461b6681..7e9e5ccaa0 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/fragmented/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/fragmented/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/initial.whitespace/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/initial.whitespace/request.rpt index 1d986d1e99..21cddb12c7 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/initial.whitespace/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/initial.whitespace/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/initial.whitespace/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/initial.whitespace/response.rpt index eb692ebd64..3a2a1f40fd 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/initial.whitespace/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/initial.whitespace/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/invalid.utf8/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/invalid.utf8/request.rpt index ba7a44d606..c428d61c98 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/invalid.utf8/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/invalid.utf8/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .header("last-event-id", "100") diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/invalid.utf8/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/invalid.utf8/response.rpt index 890d2202c7..07bf7155d4 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/invalid.utf8/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/invalid.utf8/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .header("last-event-id", "100") diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/name.only/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/name.only/request.rpt index 0ed1736c68..11a4280c72 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/name.only/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/name.only/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/name.only/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/name.only/response.rpt index ae0277a409..1363d2fe24 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/name.only/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/name.only/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/non.empty.interleaved/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/non.empty.interleaved/request.rpt index 7983aea705..d8040ed979 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/non.empty.interleaved/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/non.empty.interleaved/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/non.empty.interleaved/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/non.empty.interleaved/response.rpt index 2cea2084c2..0f67c82727 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/non.empty.interleaved/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/non.empty.interleaved/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/non.empty.trailing/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/non.empty.trailing/request.rpt index 38eddd9987..6eb01fdb1d 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/non.empty.trailing/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/non.empty.trailing/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/non.empty.trailing/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/non.empty.trailing/response.rpt index e1281c4def..f2c7344e39 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/non.empty.trailing/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/non.empty.trailing/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/non.empty/request.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/non.empty/request.rpt index 4d42e6cb31..03467c3e56 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/non.empty/request.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/non.empty/request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/non.empty/response.rpt b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/non.empty/response.rpt index babb0e5ec1..d8f568cfbd 100644 --- a/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/non.empty/response.rpt +++ b/specs/binding-sse.spec/src/main/scripts/io/aklivity/zilla/specs/binding/sse/streams/network/type/non.empty/response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/events/a8b7c6d5") .header("accept", "text/event-stream") .build()} diff --git a/specs/binding-sse.spec/src/test/java/io/aklivity/zilla/specs/binding/sse/internal/SseFunctionsTest.java b/specs/binding-sse.spec/src/test/java/io/aklivity/zilla/specs/binding/sse/internal/SseFunctionsTest.java index d160370f15..34cf6e6872 100644 --- a/specs/binding-sse.spec/src/test/java/io/aklivity/zilla/specs/binding/sse/internal/SseFunctionsTest.java +++ b/specs/binding-sse.spec/src/test/java/io/aklivity/zilla/specs/binding/sse/internal/SseFunctionsTest.java @@ -66,7 +66,7 @@ public void shouldGenerateBeginExtension() byte[] build = SseFunctions.beginEx() .typeId(0x01) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/events") .lastId("id-42") .build(); diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.authority.yaml b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.authority.yaml index e4571947cd..6e0c78756f 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.authority.yaml +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.authority.yaml @@ -22,7 +22,7 @@ bindings: kind: client options: host: "*" - port: 8080 + port: 54321 routes: - when: - authority: local* diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.event.yaml b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.event.yaml index 773339141c..44d7ec7ed4 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.event.yaml +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.event.yaml @@ -31,4 +31,4 @@ bindings: kind: client options: host: localhost - port: 8080 + port: 54321 diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.host.and.subnet.ipv6.yaml b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.host.and.subnet.ipv6.yaml index da95d35c26..5f370922bc 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.host.and.subnet.ipv6.yaml +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.host.and.subnet.ipv6.yaml @@ -22,7 +22,7 @@ bindings: kind: client options: host: google.com - port: 8080 + port: 54321 routes: - when: - cidr: ::1/64 diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.host.and.subnet.yaml b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.host.and.subnet.yaml index 78b56cac2f..734842fa1c 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.host.and.subnet.yaml +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.host.and.subnet.yaml @@ -22,7 +22,7 @@ bindings: kind: client options: host: google.com - port: 8080 + port: 54321 routes: - when: - cidr: 127.0.0.1/24 diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.host.yaml b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.host.yaml index 6ca3b69605..61b58f24b7 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.host.yaml +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.host.yaml @@ -22,4 +22,4 @@ bindings: kind: client options: host: localhost - port: 8080 + port: 54321 diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.ip.yaml b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.ip.yaml index 827f533ece..7ada882b28 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.ip.yaml +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.ip.yaml @@ -22,4 +22,4 @@ bindings: kind: client options: host: 127.0.0.1 - port: 8080 + port: 54321 diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.ipv6.yaml b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.ipv6.yaml index 3d4bc88437..6234e7af92 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.ipv6.yaml +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.ipv6.yaml @@ -22,4 +22,4 @@ bindings: kind: client options: host: ::1 - port: 8080 + port: 54321 diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.ports.yaml b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.ports.yaml index 1fd4eb09ae..27a9971f54 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.ports.yaml +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.ports.yaml @@ -23,11 +23,11 @@ bindings: options: host: localhost port: - - 8080 - - 8081 - - 8082-8083 + - 54321 + - 54322 + - 54323-54324 routes: - when: - port: - - 8080 - - 8081-8082 + - 54321 + - 54322-54323 diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.subnet.ipv6.yaml b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.subnet.ipv6.yaml index 483f7d521b..c30de8a6b9 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.subnet.ipv6.yaml +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.subnet.ipv6.yaml @@ -22,7 +22,7 @@ bindings: kind: client options: host: "*" - port: 8080 + port: 54321 routes: - when: - cidr: ::1/64 diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.subnet.yaml b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.subnet.yaml index bbd9c43e4f..d7aeae7983 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.subnet.yaml +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.subnet.yaml @@ -22,7 +22,7 @@ bindings: kind: client options: host: "*" - port: 8080 + port: 54321 routes: - when: - cidr: 127.0.0.1/24 diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.yaml b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.yaml index 6ca3b69605..61b58f24b7 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.yaml +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/client.yaml @@ -22,4 +22,4 @@ bindings: kind: client options: host: localhost - port: 8080 + port: 54321 diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/server.ipv6.yaml b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/server.ipv6.yaml index a36f60cc45..751e6ee504 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/server.ipv6.yaml +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/server.ipv6.yaml @@ -22,5 +22,5 @@ bindings: kind: server options: host: ::0 - port: 8080 + port: 54321 exit: app0 diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/server.ports.yaml b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/server.ports.yaml index c795e25c8f..7554ece36e 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/server.ports.yaml +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/server.ports.yaml @@ -23,12 +23,12 @@ bindings: options: host: 0.0.0.0 port: - - 8080 - - 8081 - - 8082-8083 + - 54321 + - 54322 + - 54323-54324 routes: - when: - port: - - 8080 - - 8081-8082 + - 54321 + - 54322-54323 exit: app0 diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/server.yaml b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/server.yaml index b17410db05..99511e96e0 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/server.yaml +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/config/server.yaml @@ -22,5 +22,5 @@ bindings: kind: server options: host: 0.0.0.0 - port: 8080 + port: 54321 exit: app0 diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/rfc793/connection.established.ipv6/client.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/rfc793/connection.established.ipv6/client.rpt index 473c60d090..3e69f27574 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/rfc793/connection.established.ipv6/client.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/rfc793/connection.established.ipv6/client.rpt @@ -25,7 +25,7 @@ write zilla:begin.ext ${proxy:beginEx() .source("::1") .destination("::1") .sourcePort(32768) - .destinationPort(8080) + .destinationPort(54321) .build() .build()} diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/rfc793/connection.established.ipv6/server.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/rfc793/connection.established.ipv6/server.rpt index 1b187934c4..04fa9b2dda 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/rfc793/connection.established.ipv6/server.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/rfc793/connection.established.ipv6/server.rpt @@ -26,7 +26,7 @@ read zilla:begin.ext ${proxy:matchBeginEx() .addressInet6() .protocol("stream") .destination("::1") - .destinationPort(8080) + .destinationPort(54321) .build() .build()} diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/rfc793/connection.established/client.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/rfc793/connection.established/client.rpt index 3b1de381c6..b0f9fd50b0 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/rfc793/connection.established/client.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/rfc793/connection.established/client.rpt @@ -25,7 +25,7 @@ write zilla:begin.ext ${proxy:beginEx() .source("127.0.0.1") .destination("127.0.0.1") .sourcePort(32768) - .destinationPort(8080) + .destinationPort(54321) .build() .build()} diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/rfc793/connection.established/server.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/rfc793/connection.established/server.rpt index d3b70005b0..8958283e68 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/rfc793/connection.established/server.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/rfc793/connection.established/server.rpt @@ -26,7 +26,7 @@ read zilla:begin.ext ${proxy:matchBeginEx() .addressInet4() .protocol("stream") .destination("127.0.0.1") - .destinationPort(8080) + .destinationPort(54321) .build() .build()} diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.connect.with.host.extension/client.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.connect.with.host.extension/client.rpt index e2ad650624..7f426dec61 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.connect.with.host.extension/client.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.connect.with.host.extension/client.rpt @@ -27,7 +27,7 @@ write zilla:begin.ext ${proxy:beginEx() .source("0.0.0.0") .destination(host) .sourcePort(0) - .destinationPort(8080) + .destinationPort(54321) .build() .build()} diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.connect.with.host.extension/server.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.connect.with.host.extension/server.rpt index 3e7f02881a..58c69cb016 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.connect.with.host.extension/server.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.connect.with.host.extension/server.rpt @@ -29,7 +29,7 @@ read zilla:begin.ext ${proxy:matchBeginEx() .source("0.0.0.0") .destination(host) .sourcePort(0) - .destinationPort(8080) + .destinationPort(54321) .build() .build()} diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.connect.with.ipv4.extension/client.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.connect.with.ipv4.extension/client.rpt index 2be6497fde..2eac57fc5c 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.connect.with.ipv4.extension/client.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.connect.with.ipv4.extension/client.rpt @@ -27,7 +27,7 @@ write zilla:begin.ext ${proxy:beginEx() .source("0.0.0.0") .destination(ip) .sourcePort(0) - .destinationPort(8080) + .destinationPort(54321) .build() .info() .authority("localhost") diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.connect.with.ipv4.extension/server.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.connect.with.ipv4.extension/server.rpt index 493e31804c..fa5004fc17 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.connect.with.ipv4.extension/server.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.connect.with.ipv4.extension/server.rpt @@ -29,7 +29,7 @@ read zilla:begin.ext ${proxy:matchBeginEx() .source("0.0.0.0") .destination(ip) .sourcePort(0) - .destinationPort(8080) + .destinationPort(54321) .build() .info() .authority("localhost") diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.connect.with.ipv6.extension/client.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.connect.with.ipv6.extension/client.rpt index d83550fbc2..2973aee085 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.connect.with.ipv6.extension/client.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.connect.with.ipv6.extension/client.rpt @@ -27,7 +27,7 @@ write zilla:begin.ext ${proxy:beginEx() .source("0.0.0.0") .destination(ip) .sourcePort(0) - .destinationPort(8080) + .destinationPort(54321) .build() .build()} diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.connect.with.ipv6.extension/server.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.connect.with.ipv6.extension/server.rpt index acaaca907f..31767f038f 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.connect.with.ipv6.extension/server.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.connect.with.ipv6.extension/server.rpt @@ -29,7 +29,7 @@ read zilla:begin.ext ${proxy:matchBeginEx() .source("0.0.0.0") .destination(ip) .sourcePort(0) - .destinationPort(8080) + .destinationPort(54321) .build() .build()} diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.connect.with.port.extension/client.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.connect.with.port.extension/client.rpt index b45ffa5fd7..c22065b2b5 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.connect.with.port.extension/client.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.connect.with.port.extension/client.rpt @@ -25,7 +25,7 @@ write zilla:begin.ext ${proxy:beginEx() .source("0.0.0.0") .destination("localhost") .sourcePort(0) - .destinationPort(8082) + .destinationPort(54323) .build() .build()} diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.connect.with.port.extension/server.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.connect.with.port.extension/server.rpt index 18c87e7902..9f3ecb2347 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.connect.with.port.extension/server.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.connect.with.port.extension/server.rpt @@ -27,7 +27,7 @@ read zilla:begin.ext ${proxy:matchBeginEx() .source("0.0.0.0") .destination("localhost") .sourcePort(0) - .destinationPort(8082) + .destinationPort(54323) .build() .build()} diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.reset.with.no.subnet.match/client.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.reset.with.no.subnet.match/client.rpt index 2290564d94..eb890da694 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.reset.with.no.subnet.match/client.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/application/routing/client.reset.with.no.subnet.match/client.rpt @@ -26,7 +26,7 @@ write zilla:begin.ext ${proxy:beginEx() .source("0.0.0.0") .destination(ip) .sourcePort(0) - .destinationPort(8080) + .destinationPort(54321) .build() .build()} diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.and.server.sent.data.multiple.frames/client.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.and.server.sent.data.multiple.frames/client.rpt index c5120e9aa8..e4ca423159 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.and.server.sent.data.multiple.frames/client.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.and.server.sent.data.multiple.frames/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "tcp://localhost:8080" +connect "tcp://localhost:54321" connected write "client data 1" diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.and.server.sent.data.multiple.frames/server.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.and.server.sent.data.multiple.frames/server.rpt index d6957085d0..0e1be0e73b 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.and.server.sent.data.multiple.frames/server.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.and.server.sent.data.multiple.frames/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "tcp://localhost:8080" +accept "tcp://localhost:54321" notify ROUTED_SERVER accepted connected diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.and.server.sent.data.with.padding/client.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.and.server.sent.data.with.padding/client.rpt index c5120e9aa8..e4ca423159 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.and.server.sent.data.with.padding/client.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.and.server.sent.data.with.padding/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "tcp://localhost:8080" +connect "tcp://localhost:54321" connected write "client data 1" diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.and.server.sent.data.with.padding/server.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.and.server.sent.data.with.padding/server.rpt index d6957085d0..0e1be0e73b 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.and.server.sent.data.with.padding/server.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.and.server.sent.data.with.padding/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "tcp://localhost:8080" +accept "tcp://localhost:54321" notify ROUTED_SERVER accepted connected diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.close/client.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.close/client.rpt index 7365adfec8..7ec137ec92 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.close/client.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.close/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "tcp://localhost:8080" +connect "tcp://localhost:54321" connected write await CLOSEABLE diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.close/server.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.close/server.rpt index a1b5a6a461..9d85f37ff8 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.close/server.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.close/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "tcp://localhost:8080" +accept "tcp://localhost:54321" notify ROUTED_SERVER accepted diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.sent.data.multiple.frames/client.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.sent.data.multiple.frames/client.rpt index da38a83ef8..41ad6a3895 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.sent.data.multiple.frames/client.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.sent.data.multiple.frames/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "tcp://localhost:8080" +connect "tcp://localhost:54321" connected write "client data 1" diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.sent.data.multiple.frames/server.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.sent.data.multiple.frames/server.rpt index 44dffd10c7..8d7fe2184e 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.sent.data.multiple.frames/server.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.sent.data.multiple.frames/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "tcp://localhost:8080" +accept "tcp://localhost:54321" notify ROUTED_SERVER accepted connected diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.sent.data.multiple.streams/client.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.sent.data.multiple.streams/client.rpt index e4f79cde9c..ec99e74ce4 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.sent.data.multiple.streams/client.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.sent.data.multiple.streams/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "tcp://localhost:8080" +connect "tcp://localhost:54321" connected write notify CLIENT_CONNECTION_ONE_ESTABLISHED @@ -22,7 +22,7 @@ write notify CLIENT_CONNECTION_ONE_ESTABLISHED write "client data 1" connect await CLIENT_CONNECTION_ONE_ESTABLISHED - "tcp://localhost:8080" + "tcp://localhost:54321" connected write "client data 2" diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.sent.data.multiple.streams/server.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.sent.data.multiple.streams/server.rpt index afe0f9e511..1b5fce9120 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.sent.data.multiple.streams/server.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.sent.data.multiple.streams/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "tcp://localhost:8080" +accept "tcp://localhost:54321" notify ROUTED_SERVER accepted connected diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.sent.data/client.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.sent.data/client.rpt index c8af423e60..5601160de8 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.sent.data/client.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.sent.data/client.rpt @@ -14,6 +14,6 @@ # under the License. # -connect "tcp://localhost:8080" +connect "tcp://localhost:54321" connected write "client data" diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.sent.data/server.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.sent.data/server.rpt index fcc8bdf2f1..7a53983fbe 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.sent.data/server.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/client.sent.data/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "tcp://localhost:8080" +accept "tcp://localhost:54321" notify ROUTED_SERVER accepted connected diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/concurrent.connections/client.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/concurrent.connections/client.rpt index 7b52a721bd..7c9caff8de 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/concurrent.connections/client.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/concurrent.connections/client.rpt @@ -15,7 +15,7 @@ # # Stream 1 -connect "tcp://localhost:8080" +connect "tcp://localhost:54321" connected write "Hello" read "Hello" @@ -25,7 +25,7 @@ close closed # Stream 2 -connect "tcp://localhost:8080" +connect "tcp://localhost:54321" connected write "Hello" read "Hello" @@ -35,7 +35,7 @@ close closed # Stream 3 -connect "tcp://localhost:8080" +connect "tcp://localhost:54321" connected write "Hello" read "Hello" diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/concurrent.connections/server.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/concurrent.connections/server.rpt index c3f87ec158..c62b3c9595 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/concurrent.connections/server.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/concurrent.connections/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "tcp://localhost:8080" +accept "tcp://localhost:54321" notify ROUTED_SERVER # Stream 1 diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/connection.established/client.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/connection.established/client.rpt index 92d4f5f38e..a6f6914aba 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/connection.established/client.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/connection.established/client.rpt @@ -14,7 +14,7 @@ # under the License. # -property address "tcp://localhost:8080" +property address "tcp://localhost:54321" connect ${address} connected diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/connection.established/server.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/connection.established/server.rpt index 658c7792b1..0271721b5e 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/connection.established/server.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/connection.established/server.rpt @@ -14,7 +14,7 @@ # under the License. # -property address "tcp://localhost:8080" +property address "tcp://localhost:54321" accept ${address} notify ROUTED_SERVER diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/server.close/client.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/server.close/client.rpt index 877026a14d..24ed859f8b 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/server.close/client.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/server.close/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "tcp://localhost:8080" +connect "tcp://localhost:54321" connected read notify CLOSEABLE diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/server.close/server.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/server.close/server.rpt index cd4ffa8d1d..29a764ee19 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/server.close/server.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/server.close/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "tcp://localhost:8080" +accept "tcp://localhost:54321" notify ROUTED_SERVER accepted diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/server.sent.data.multiple.frames/client.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/server.sent.data.multiple.frames/client.rpt index cb9fd5e6e4..e2d55c5496 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/server.sent.data.multiple.frames/client.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/server.sent.data.multiple.frames/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "tcp://localhost:8080" +connect "tcp://localhost:54321" connected read "server data 1" diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/server.sent.data.multiple.frames/server.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/server.sent.data.multiple.frames/server.rpt index 7c56b8145e..762df10065 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/server.sent.data.multiple.frames/server.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/server.sent.data.multiple.frames/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "tcp://localhost:8080" +accept "tcp://localhost:54321" notify ROUTED_SERVER accepted connected diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/server.sent.data.multiple.streams/client.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/server.sent.data.multiple.streams/client.rpt index a206e1233a..c00c8bb426 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/server.sent.data.multiple.streams/client.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/server.sent.data.multiple.streams/client.rpt @@ -14,14 +14,14 @@ # under the License. # -connect "tcp://localhost:8080" +connect "tcp://localhost:54321" connected write notify CLIENT_CONNECTION_ONE_ESTABLISHED read "server data 1" connect await CLIENT_CONNECTION_ONE_ESTABLISHED - "tcp://localhost:8080" + "tcp://localhost:54321" connected read "server data 2" diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/server.sent.data.multiple.streams/server.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/server.sent.data.multiple.streams/server.rpt index 368eb533b6..2ea8cf571f 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/server.sent.data.multiple.streams/server.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/server.sent.data.multiple.streams/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "tcp://localhost:8080" +accept "tcp://localhost:54321" notify ROUTED_SERVER accepted connected diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/server.sent.data/client.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/server.sent.data/client.rpt index af98bca7ad..899eb38e62 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/server.sent.data/client.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/server.sent.data/client.rpt @@ -14,6 +14,6 @@ # under the License. # -connect "tcp://localhost:8080" +connect "tcp://localhost:54321" connected read "server data" diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/server.sent.data/server.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/server.sent.data/server.rpt index 11fba73dfa..f3a44bd5d5 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/server.sent.data/server.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/rfc793/server.sent.data/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "tcp://localhost:8080" +accept "tcp://localhost:54321" notify ROUTED_SERVER accepted connected diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/client.connect.with.host.extension/client.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/client.connect.with.host.extension/client.rpt index b88c5490ec..933bf3dc5b 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/client.connect.with.host.extension/client.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/client.connect.with.host.extension/client.rpt @@ -14,5 +14,5 @@ # under the License. # -connect "tcp://localhost:8080" +connect "tcp://localhost:54321" connected diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/client.connect.with.host.extension/server.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/client.connect.with.host.extension/server.rpt index 52727d18dd..e22f9fd976 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/client.connect.with.host.extension/server.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/client.connect.with.host.extension/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "tcp://localhost:8080" +accept "tcp://localhost:54321" notify ROUTED_SERVER accepted connected diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/client.connect.with.ipv4.extension/client.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/client.connect.with.ipv4.extension/client.rpt index 18736ebb2a..77280664f9 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/client.connect.with.ipv4.extension/client.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/client.connect.with.ipv4.extension/client.rpt @@ -14,5 +14,5 @@ # under the License. # -connect "tcp://127.0.0.1:8080" +connect "tcp://127.0.0.1:54321" connected diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/client.connect.with.ipv4.extension/server.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/client.connect.with.ipv4.extension/server.rpt index 19cc208b63..982345b38f 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/client.connect.with.ipv4.extension/server.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/client.connect.with.ipv4.extension/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "tcp://127.0.0.1:8080" +accept "tcp://127.0.0.1:54321" notify ROUTED_SERVER accepted connected diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/client.connect.with.ipv6.extension/client.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/client.connect.with.ipv6.extension/client.rpt index 1a6ab327c3..019031f936 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/client.connect.with.ipv6.extension/client.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/client.connect.with.ipv6.extension/client.rpt @@ -14,5 +14,5 @@ # under the License. # -connect "tcp://[::1]:8080" +connect "tcp://[::1]:54321" connected diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/client.connect.with.ipv6.extension/server.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/client.connect.with.ipv6.extension/server.rpt index 2125e191d2..dcdceb40ec 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/client.connect.with.ipv6.extension/server.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/client.connect.with.ipv6.extension/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "tcp://[::1]:8080" +accept "tcp://[::1]:54321" notify ROUTED_SERVER accepted connected diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/client.connect.with.port.extension/client.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/client.connect.with.port.extension/client.rpt index 6716a6a724..f27db4dc30 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/client.connect.with.port.extension/client.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/client.connect.with.port.extension/client.rpt @@ -14,5 +14,5 @@ # under the License. # -connect "tcp://localhost:8082" +connect "tcp://localhost:54323" connected diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/client.connect.with.port.extension/server.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/client.connect.with.port.extension/server.rpt index 963bb11024..7f1171e4a8 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/client.connect.with.port.extension/server.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/client.connect.with.port.extension/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "tcp://localhost:8082" +accept "tcp://localhost:54323" accepted connected diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/server.close.port.not.routed/client.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/server.close.port.not.routed/client.rpt index 87a1b0b8f8..a4eb26dbfd 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/server.close.port.not.routed/client.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/server.close.port.not.routed/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "tcp://localhost:8083" +connect "tcp://localhost:54324" connected closed diff --git a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/server.close.port.not.routed/server.rpt b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/server.close.port.not.routed/server.rpt index ef262a77bb..951125a74d 100644 --- a/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/server.close.port.not.routed/server.rpt +++ b/specs/binding-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/streams/network/routing/server.close.port.not.routed/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "tcp://localhost:8083" +accept "tcp://localhost:54324" notify ROUTED_SERVER accepted diff --git a/specs/binding-tls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/config/client.ports.yaml b/specs/binding-tls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/config/client.ports.yaml index 0b3b17776b..5e29c1b737 100644 --- a/specs/binding-tls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/config/client.ports.yaml +++ b/specs/binding-tls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/config/client.ports.yaml @@ -35,6 +35,6 @@ bindings: routes: - when: - port: - - 8080 - - 8081-8082 + - 54321 + - 54322-54323 exit: net0 diff --git a/specs/binding-tls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/config/proxy.ports.yaml b/specs/binding-tls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/config/proxy.ports.yaml index 280b13cc3a..82888bf8b0 100644 --- a/specs/binding-tls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/config/proxy.ports.yaml +++ b/specs/binding-tls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/config/proxy.ports.yaml @@ -23,6 +23,6 @@ bindings: routes: - when: - port: - - 8080 - - 8081-8082 + - 54321 + - 54322-54323 exit: net1 diff --git a/specs/binding-tls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/config/server.ports.yaml b/specs/binding-tls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/config/server.ports.yaml index 90fbf5a6d5..d669aa1d5e 100644 --- a/specs/binding-tls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/config/server.ports.yaml +++ b/specs/binding-tls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/config/server.ports.yaml @@ -35,6 +35,6 @@ bindings: routes: - when: - port: - - 8080 - - 8081-8082 + - 54321 + - 54322-54323 exit: app0 diff --git a/specs/binding-tls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/streams/application/connection.established.with.port/client.rpt b/specs/binding-tls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/streams/application/connection.established.with.port/client.rpt index f93d30339b..089a8b8b9b 100644 --- a/specs/binding-tls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/streams/application/connection.established.with.port/client.rpt +++ b/specs/binding-tls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/streams/application/connection.established.with.port/client.rpt @@ -25,7 +25,7 @@ write zilla:begin.ext ${proxy:beginEx() .source("192.168.0.1") .destination("192.168.0.254") .sourcePort(32768) - .destinationPort(8080) + .destinationPort(54321) .build() .info() .alpn("protocol2") diff --git a/specs/binding-tls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/streams/application/connection.established.with.port/server.rpt b/specs/binding-tls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/streams/application/connection.established.with.port/server.rpt index 0b10dfb99d..5eb3cb1d32 100644 --- a/specs/binding-tls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/streams/application/connection.established.with.port/server.rpt +++ b/specs/binding-tls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/streams/application/connection.established.with.port/server.rpt @@ -26,7 +26,7 @@ read zilla:begin.ext ${proxy:matchBeginEx() .source("192.168.0.1") .destination("192.168.0.254") .sourcePort(32768) - .destinationPort(8080) + .destinationPort(54321) .build() .info() .alpn("protocol2") diff --git a/specs/binding-tls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/streams/network/server.port.not.routed/client.rpt b/specs/binding-tls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/streams/network/server.port.not.routed/client.rpt index 8b1335f58c..84a2146920 100644 --- a/specs/binding-tls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/streams/network/server.port.not.routed/client.rpt +++ b/specs/binding-tls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/streams/network/server.port.not.routed/client.rpt @@ -27,7 +27,7 @@ write zilla:begin.ext ${proxy:beginEx() .source("192.168.0.1") .destination("192.168.0.254") .sourcePort(32768) - .destinationPort(8083) + .destinationPort(54324) .build() .build()} connect aborted diff --git a/specs/binding-tls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/streams/proxy/client/reject.port.not.routed/client.rpt b/specs/binding-tls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/streams/proxy/client/reject.port.not.routed/client.rpt index bf0e61a6ae..520870ef51 100644 --- a/specs/binding-tls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/streams/proxy/client/reject.port.not.routed/client.rpt +++ b/specs/binding-tls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/streams/proxy/client/reject.port.not.routed/client.rpt @@ -26,7 +26,7 @@ write zilla:begin.ext ${proxy:beginEx() .source("192.168.0.1") .destination("192.168.0.254") .sourcePort(32768) - .destinationPort(8083) + .destinationPort(54324) .build() .build()} diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/config/client.when.yaml b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/config/client.when.yaml index 6782b7f0be..ae05bda68e 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/config/client.when.yaml +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/config/client.when.yaml @@ -24,7 +24,7 @@ bindings: defaults: protocol: primary scheme: http - authority: localhost:8080 + authority: localhost:54321 path: /echo routes: - exit: net0 diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/config/server.when.yaml b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/config/server.when.yaml index 138f126174..356d31ad1e 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/config/server.when.yaml +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/config/server.when.yaml @@ -24,4 +24,4 @@ bindings: - exit: app0 when: - protocol: primary - authority: localhost:8080 + authority: localhost:54321 diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/advise/client.sent.challenge/client.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/advise/client.sent.challenge/client.rpt index aa20fefb37..e159da9597 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/advise/client.sent.challenge/client.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/advise/client.sent.challenge/client.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${ws:beginEx() .typeId(zilla:id("ws")) .protocol(null) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/echo") .build()} diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/advise/client.sent.challenge/server.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/advise/client.sent.challenge/server.rpt index d071080c12..ca0d2d6e88 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/advise/client.sent.challenge/server.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/advise/client.sent.challenge/server.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${ws:beginEx() .typeId(zilla:id("ws")) .protocol(null) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/echo") .build()} diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/advise/client.sent.flush/client.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/advise/client.sent.flush/client.rpt index 230c35a0f3..b68a112022 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/advise/client.sent.flush/client.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/advise/client.sent.flush/client.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${ws:beginEx() .typeId(zilla:id("ws")) .protocol(null) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/echo") .build()} diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/advise/client.sent.flush/server.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/advise/client.sent.flush/server.rpt index eb3ee55213..3b34c01814 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/advise/client.sent.flush/server.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/advise/client.sent.flush/server.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${ws:beginEx() .typeId(zilla:id("ws")) .protocol(null) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/echo") .build()} diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/advise/server.sent.challenge/client.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/advise/server.sent.challenge/client.rpt index a3ad4dc98e..528be5c0a4 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/advise/server.sent.challenge/client.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/advise/server.sent.challenge/client.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${ws:beginEx() .typeId(zilla:id("ws")) .protocol(null) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/echo") .build()} diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/advise/server.sent.challenge/server.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/advise/server.sent.challenge/server.rpt index 3a9ef7b9f1..8965d344ff 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/advise/server.sent.challenge/server.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/advise/server.sent.challenge/server.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${ws:beginEx() .typeId(zilla:id("ws")) .protocol(null) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/echo") .build()} diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/advise/server.sent.flush/client.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/advise/server.sent.flush/client.rpt index 5691fd18b1..fa0e3fc5df 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/advise/server.sent.flush/client.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/advise/server.sent.flush/client.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${ws:beginEx() .typeId(zilla:id("ws")) .protocol(null) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/echo") .build()} diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/advise/server.sent.flush/server.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/advise/server.sent.flush/server.rpt index 80f6342d02..b60fb805e7 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/advise/server.sent.flush/server.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/advise/server.sent.flush/server.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${ws:beginEx() .typeId(zilla:id("ws")) .protocol(null) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/echo") .build()} diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/flowcontrol/echo.payload.with.padding/client.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/flowcontrol/echo.payload.with.padding/client.rpt index d0d605ec87..3d3c41b6a1 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/flowcontrol/echo.payload.with.padding/client.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/flowcontrol/echo.payload.with.padding/client.rpt @@ -27,7 +27,7 @@ write zilla:begin.ext ${ws:beginEx() .typeId(zilla:id("ws")) .protocol(null) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/echo") .build()} diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/flowcontrol/echo.payload.with.padding/server.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/flowcontrol/echo.payload.with.padding/server.rpt index 5864ade919..ae192a390d 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/flowcontrol/echo.payload.with.padding/server.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/flowcontrol/echo.payload.with.padding/server.rpt @@ -26,7 +26,7 @@ read zilla:begin.ext ${ws:beginEx() .typeId(zilla:id("ws")) .protocol(null) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/echo") .build()} diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/framing/echo.binary.payload.length.0/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/framing/echo.binary.payload.length.0/handshake.request.and.frame.rpt index dfd952ac48..c3f4982d23 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/framing/echo.binary.payload.length.0/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/framing/echo.binary.payload.length.0/handshake.request.and.frame.rpt @@ -14,7 +14,7 @@ # under the License. # -property location 'http://localhost:8080/echo' +property location 'http://localhost:54321/echo' property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/framing/echo.binary.payload.length.0/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/framing/echo.binary.payload.length.0/handshake.response.and.frame.rpt index c7f3ed122a..1d837cafca 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/framing/echo.binary.payload.length.0/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/framing/echo.binary.payload.length.0/handshake.response.and.frame.rpt @@ -14,7 +14,7 @@ # under the License. # -property location 'http://localhost:8080/echo' +property location 'http://localhost:54321/echo' accept "zilla://streams/app0" option zilla:window 8192 diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/framing/echo.binary.payload.length.125/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/framing/echo.binary.payload.length.125/handshake.request.and.frame.rpt index e7170934de..bd5472bada 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/framing/echo.binary.payload.length.125/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/framing/echo.binary.payload.length.125/handshake.request.and.frame.rpt @@ -26,7 +26,7 @@ write zilla:begin.ext ${ws:beginEx() .typeId(zilla:id("ws")) .protocol(null) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/echo") .build()} diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/framing/echo.binary.payload.length.125/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/framing/echo.binary.payload.length.125/handshake.response.and.frame.rpt index 0315768855..0de1e7c2a7 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/framing/echo.binary.payload.length.125/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/framing/echo.binary.payload.length.125/handshake.response.and.frame.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${ws:beginEx() .typeId(zilla:id("ws")) .protocol(null) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/echo") .build()} diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/framing/echo.binary.payload.length.126/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/framing/echo.binary.payload.length.126/handshake.request.and.frame.rpt index 847ef5b7ba..96b415090d 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/framing/echo.binary.payload.length.126/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/framing/echo.binary.payload.length.126/handshake.request.and.frame.rpt @@ -26,7 +26,7 @@ write zilla:begin.ext ${ws:beginEx() .typeId(zilla:id("ws")) .protocol(null) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/echo") .build()} diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/framing/echo.binary.payload.length.126/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/framing/echo.binary.payload.length.126/handshake.response.and.frame.rpt index 5a7f712c60..065710a238 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/framing/echo.binary.payload.length.126/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/framing/echo.binary.payload.length.126/handshake.response.and.frame.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${ws:beginEx() .typeId(zilla:id("ws")) .protocol(null) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/echo") .build()} diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/framing/echo.binary.payload.length.65535/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/framing/echo.binary.payload.length.65535/handshake.request.and.frame.rpt index d0d605ec87..3d3c41b6a1 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/framing/echo.binary.payload.length.65535/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/framing/echo.binary.payload.length.65535/handshake.request.and.frame.rpt @@ -27,7 +27,7 @@ write zilla:begin.ext ${ws:beginEx() .typeId(zilla:id("ws")) .protocol(null) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/echo") .build()} diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/framing/echo.binary.payload.length.65535/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/framing/echo.binary.payload.length.65535/handshake.response.and.frame.rpt index 75229e0b4f..5f5b4cb8c6 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/framing/echo.binary.payload.length.65535/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/framing/echo.binary.payload.length.65535/handshake.response.and.frame.rpt @@ -25,7 +25,7 @@ read zilla:begin.ext ${ws:beginEx() .typeId(zilla:id("ws")) .protocol(null) .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/echo") .build()} diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/opening/connection.established.extension/handshake.request.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/opening/connection.established.extension/handshake.request.rpt index 2b89bb7820..b8e5d1666c 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/opening/connection.established.extension/handshake.request.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/opening/connection.established.extension/handshake.request.rpt @@ -22,7 +22,7 @@ write zilla:begin.ext ${ws:beginEx() .typeId(zilla:id("ws")) .protocol("primary") .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/echo") .build()} connected diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/opening/connection.established.extension/handshake.response.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/opening/connection.established.extension/handshake.response.rpt index ffe52d4137..ca902a9098 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/opening/connection.established.extension/handshake.response.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/application/opening/connection.established.extension/handshake.response.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${ws:beginEx() .typeId(zilla:id("ws")) .protocol("primary") .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/echo") .build()} connected diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/advise/client.sent.challenge/client.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/advise/client.sent.challenge/client.rpt index 10aa480541..198e7011eb 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/advise/client.sent.challenge/client.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/advise/client.sent.challenge/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/echo") .header("upgrade", "websocket") .header("connection", "upgrade") diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/advise/client.sent.challenge/server.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/advise/client.sent.challenge/server.rpt index 15b4ded2ae..cf2d2e4b5c 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/advise/client.sent.challenge/server.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/advise/client.sent.challenge/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${zilla:id("http")} [0x08 0x00 0x00 0x00] [0x07] ":method" [0x03 0x00] "GET" [0x07] ":scheme" [0x04 0x00] "http" - [0x0a] ":authority" [0x0e 0x00] "localhost:8080" + [0x0a] ":authority" [0x0e 0x00] "localhost:54321" [0x05] ":path" [0x05 0x00] "/echo" [0x07] "upgrade" [0x09 0x00] "websocket" [0x0a] "connection" [0x07 0x00] "upgrade" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/advise/client.sent.flush/client.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/advise/client.sent.flush/client.rpt index a11f9ffb61..0402473f5d 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/advise/client.sent.flush/client.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/advise/client.sent.flush/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/echo") .header("upgrade", "websocket") .header("connection", "upgrade") diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/advise/client.sent.flush/server.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/advise/client.sent.flush/server.rpt index d52bfbfb03..7d26fb0064 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/advise/client.sent.flush/server.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/advise/client.sent.flush/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${zilla:id("http")} [0x08 0x00 0x00 0x00] [0x07] ":method" [0x03 0x00] "GET" [0x07] ":scheme" [0x04 0x00] "http" - [0x0a] ":authority" [0x0e 0x00] "localhost:8080" + [0x0a] ":authority" [0x0e 0x00] "localhost:54321" [0x05] ":path" [0x05 0x00] "/echo" [0x07] "upgrade" [0x09 0x00] "websocket" [0x0a] "connection" [0x07 0x00] "upgrade" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/advise/server.sent.challenge/client.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/advise/server.sent.challenge/client.rpt index 4cdda404a5..1d5bb36e1d 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/advise/server.sent.challenge/client.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/advise/server.sent.challenge/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/echo") .header("upgrade", "websocket") .header("connection", "upgrade") diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/advise/server.sent.challenge/server.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/advise/server.sent.challenge/server.rpt index 907ca0edbb..7c8d3317be 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/advise/server.sent.challenge/server.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/advise/server.sent.challenge/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${zilla:id("http")} [0x08 0x00 0x00 0x00] [0x07] ":method" [0x03 0x00] "GET" [0x07] ":scheme" [0x04 0x00] "http" - [0x0a] ":authority" [0x0e 0x00] "localhost:8080" + [0x0a] ":authority" [0x0e 0x00] "localhost:54321" [0x05] ":path" [0x05 0x00] "/echo" [0x07] "upgrade" [0x09 0x00] "websocket" [0x0a] "connection" [0x07 0x00] "upgrade" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/advise/server.sent.flush/client.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/advise/server.sent.flush/client.rpt index faf87343a7..279ea1b4c7 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/advise/server.sent.flush/client.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/advise/server.sent.flush/client.rpt @@ -24,7 +24,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/echo") .header("upgrade", "websocket") .header("connection", "upgrade") diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/advise/server.sent.flush/server.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/advise/server.sent.flush/server.rpt index caace12bb8..352dacbae3 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/advise/server.sent.flush/server.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/advise/server.sent.flush/server.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${zilla:id("http")} [0x08 0x00 0x00 0x00] [0x07] ":method" [0x03 0x00] "GET" [0x07] ":scheme" [0x04 0x00] "http" - [0x0a] ":authority" [0x0e 0x00] "localhost:8080" + [0x0a] ":authority" [0x0e 0x00] "localhost:54321" [0x05] ":path" [0x05 0x00] "/echo" [0x07] "upgrade" [0x09 0x00] "websocket" [0x0a] "connection" [0x07 0x00] "upgrade" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1000.and.invalid.utf8.reason/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1000.and.invalid.utf8.reason/handshake.request.and.frame.rpt index 3235f4c1bb..30710c4ce9 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1000.and.invalid.utf8.reason/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1000.and.invalid.utf8.reason/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} property writeReason ${http:randomBytesInvalidUTF8(20)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1000.and.invalid.utf8.reason/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1000.and.invalid.utf8.reason/handshake.response.and.frame.rpt index 80badfb798..c8145d0a50 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1000.and.invalid.utf8.reason/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1000.and.invalid.utf8.reason/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1000.and.reason/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1000.and.reason/handshake.request.and.frame.rpt index 945a80bd70..4a9595103d 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1000.and.reason/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1000.and.reason/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} property writeReason ${http:randomBytesUTF8(20)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1000.and.reason/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1000.and.reason/handshake.response.and.frame.rpt index 3258ea3acb..d1691d240f 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1000.and.reason/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1000.and.reason/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1000/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1000/handshake.request.and.frame.rpt index 045b001d72..c7bdd88d49 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1000/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1000/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1000/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1000/handshake.response.and.frame.rpt index 2b11cb179c..dfcb9365c2 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1000/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1000/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1001/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1001/handshake.request.and.frame.rpt index 989eea2b22..314e3a375d 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1001/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1001/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1001/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1001/handshake.response.and.frame.rpt index 12b7efb5e0..f8f3e798d2 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1001/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1001/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1005/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1005/handshake.request.and.frame.rpt index d3db04e6a3..1b9f6658fd 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1005/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1005/handshake.request.and.frame.rpt @@ -26,7 +26,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/echo") .header("upgrade", "websocket") .header("connection", "upgrade") diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1005/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1005/handshake.response.and.frame.rpt index 172d133993..4acf85164b 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1005/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1005/handshake.response.and.frame.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${zilla:id("http")} [0x08 0x00 0x00 0x00] [0x07] ":method" [0x03 0x00] "GET" [0x07] ":scheme" [0x04 0x00] "http" - [0x0a] ":authority" [0x0e 0x00] "localhost:8080" + [0x0a] ":authority" [0x0e 0x00] "localhost:54321" [0x05] ":path" [0x05 0x00] "/echo" [0x07] "upgrade" [0x09 0x00] "websocket" [0x0a] "connection" [0x07 0x00] "upgrade" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1006/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1006/handshake.request.and.frame.rpt index 03b7f5cce1..84e47c4b4b 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1006/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1006/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1006/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1006/handshake.response.and.frame.rpt index 71d5c427cf..29d2e7233f 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1006/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1006/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1015/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1015/handshake.request.and.frame.rpt index 4735503d7f..21430857ff 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1015/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1015/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1015/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1015/handshake.response.and.frame.rpt index 1742a54aaf..4ab48eda2c 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1015/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.close.frame.with.code.1015/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.empty.close.frame/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.empty.close.frame/handshake.request.and.frame.rpt index 12fe50d271..f79f2b4ad7 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.empty.close.frame/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.empty.close.frame/handshake.request.and.frame.rpt @@ -26,7 +26,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/echo") .header("upgrade", "websocket") .header("connection", "upgrade") diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.empty.close.frame/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.empty.close.frame/handshake.response.and.frame.rpt index 1fdb54804d..253be21c1a 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.empty.close.frame/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/client.send.empty.close.frame/handshake.response.and.frame.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${zilla:id("http")} [0x08 0x00 0x00 0x00] [0x07] ":method" [0x03 0x00] "GET" [0x07] ":scheme" [0x04 0x00] "http" - [0x0a] ":authority" [0x0e 0x00] "localhost:8080" + [0x0a] ":authority" [0x0e 0x00] "localhost:54321" [0x05] ":path" [0x05 0x00] "/echo" [0x07] "upgrade" [0x09 0x00] "websocket" [0x0a] "connection" [0x07 0x00] "upgrade" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1000.and.invalid.utf8.reason/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1000.and.invalid.utf8.reason/handshake.request.and.frame.rpt index 2478fad69d..39e5a99b70 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1000.and.invalid.utf8.reason/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1000.and.invalid.utf8.reason/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1000.and.invalid.utf8.reason/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1000.and.invalid.utf8.reason/handshake.response.and.frame.rpt index e5a49eaf52..09b5742e56 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1000.and.invalid.utf8.reason/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1000.and.invalid.utf8.reason/handshake.response.and.frame.rpt @@ -16,13 +16,13 @@ property writeReason ${http:randomBytesInvalidUTF8(20)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1000.and.reason/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1000.and.reason/handshake.request.and.frame.rpt index 769424baf6..ac3f07ff60 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1000.and.reason/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1000.and.reason/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1000.and.reason/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1000.and.reason/handshake.response.and.frame.rpt index c67016a7f9..46aaef2ffb 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1000.and.reason/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1000.and.reason/handshake.response.and.frame.rpt @@ -16,13 +16,13 @@ property writeReason ${http:randomBytesUTF8(20)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1000/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1000/handshake.request.and.frame.rpt index 3ecf7ef18d..151739f399 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1000/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1000/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1000/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1000/handshake.response.and.frame.rpt index 43ae4e107b..62628d0b84 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1000/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1000/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1001/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1001/handshake.request.and.frame.rpt index d358b09c22..40dca9ee4f 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1001/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1001/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1001/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1001/handshake.response.and.frame.rpt index d25fc1a3f1..fe399d531b 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1001/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1001/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1005/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1005/handshake.request.and.frame.rpt index 4441c2d3ac..791a31621b 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1005/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1005/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1005/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1005/handshake.response.and.frame.rpt index 54f46cd7d3..e26eb086b5 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1005/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1005/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1006/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1006/handshake.request.and.frame.rpt index 7beb196342..eca747a67d 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1006/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1006/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1006/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1006/handshake.response.and.frame.rpt index dde1102031..5f00410baf 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1006/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1006/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1015/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1015/handshake.request.and.frame.rpt index a4fccb030b..334be3cb2d 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1015/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1015/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1015/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1015/handshake.response.and.frame.rpt index 9eeb092625..a1daefd15e 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1015/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.close.frame.with.code.1015/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.empty.close.frame/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.empty.close.frame/handshake.request.and.frame.rpt index 9102ba1226..f991216443 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.empty.close.frame/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.empty.close.frame/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.empty.close.frame/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.empty.close.frame/handshake.response.and.frame.rpt index 1fd7baf3f6..f4b72d79da 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.empty.close.frame/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/closing/server.send.empty.close.frame/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.close.payload.length.0/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.close.payload.length.0/handshake.request.and.frame.rpt index 45eb675785..a05a760dc6 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.close.payload.length.0/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.close.payload.length.0/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.close.payload.length.0/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.close.payload.length.0/handshake.response.and.frame.rpt index 62aab536ec..db81bd98e5 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.close.payload.length.0/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.close.payload.length.0/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.close.payload.length.1/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.close.payload.length.1/handshake.request.and.frame.rpt index b32753169e..e68c1d7d5b 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.close.payload.length.1/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.close.payload.length.1/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} property client124 ${http:randomBytesUTF8(124)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.close.payload.length.1/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.close.payload.length.1/handshake.response.and.frame.rpt index e444a30097..3371802676 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.close.payload.length.1/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.close.payload.length.1/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.close.payload.length.125/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.close.payload.length.125/handshake.request.and.frame.rpt index a1cbbc1e1f..7df46a2e2c 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.close.payload.length.125/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.close.payload.length.125/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} property client123 ${http:randomBytesUTF8(123)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.close.payload.length.125/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.close.payload.length.125/handshake.response.and.frame.rpt index d7cc7bcc44..7794e6f08b 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.close.payload.length.125/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.close.payload.length.125/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.close.payload.length.126/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.close.payload.length.126/handshake.request.and.frame.rpt index 1721b215f8..7db887335c 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.close.payload.length.126/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.close.payload.length.126/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} property client124 ${http:randomBytesUTF8(124)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.close.payload.length.126/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.close.payload.length.126/handshake.response.and.frame.rpt index 73b1ef3274..f1e7c87802 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.close.payload.length.126/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.close.payload.length.126/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0b/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0b/handshake.request.and.frame.rpt index d05508da9b..6d8a837e64 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0b/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0b/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0b/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0b/handshake.response.and.frame.rpt index 41e9b560f7..fb892cf7ce 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0b/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0b/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0c/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0c/handshake.request.and.frame.rpt index 6e02413545..5f93557a88 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0c/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0c/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0c/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0c/handshake.response.and.frame.rpt index 7b42f367b1..d6106c0ace 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0c/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0c/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0d/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0d/handshake.request.and.frame.rpt index d248939bee..9377bec19c 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0d/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0d/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0d/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0d/handshake.response.and.frame.rpt index b9957af9d9..0f005ea6e2 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0d/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0d/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0e/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0e/handshake.request.and.frame.rpt index 2acefb80be..1c89fb7f26 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0e/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0e/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0e/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0e/handshake.response.and.frame.rpt index aa5b36698b..ee7def1f48 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0e/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0e/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0f/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0f/handshake.request.and.frame.rpt index 1256f58f7e..7a69c8144a 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0f/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0f/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0f/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0f/handshake.response.and.frame.rpt index 13b5d0fafc..6eb2fea89d 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0f/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.opcode.0x0f/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.ping.payload.length.0/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.ping.payload.length.0/handshake.request.and.frame.rpt index 2365e61380..663ffbcadb 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.ping.payload.length.0/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.ping.payload.length.0/handshake.request.and.frame.rpt @@ -25,7 +25,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/echo") .header("upgrade", "websocket") .header("connection", "upgrade") diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.ping.payload.length.0/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.ping.payload.length.0/handshake.response.and.frame.rpt index 791956c8cc..a385d7c8e4 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.ping.payload.length.0/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.ping.payload.length.0/handshake.response.and.frame.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/echo") .header("upgrade", "websocket") .header("connection", "upgrade") diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.ping.payload.length.125/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.ping.payload.length.125/handshake.request.and.frame.rpt index 6f0bba4790..284a93ce64 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.ping.payload.length.125/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.ping.payload.length.125/handshake.request.and.frame.rpt @@ -26,7 +26,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/echo") .header("upgrade", "websocket") .header("connection", "upgrade") diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.ping.payload.length.125/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.ping.payload.length.125/handshake.response.and.frame.rpt index ee9ce5d52a..20c27d4290 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.ping.payload.length.125/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.ping.payload.length.125/handshake.response.and.frame.rpt @@ -23,7 +23,7 @@ read zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/echo") .header("upgrade", "websocket") .header("connection", "upgrade") diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.ping.payload.length.126/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.ping.payload.length.126/handshake.request.and.frame.rpt index f76b263a44..9a0d690f3e 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.ping.payload.length.126/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.ping.payload.length.126/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} property client124 ${http:randomBytesUTF8(124)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.ping.payload.length.126/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.ping.payload.length.126/handshake.response.and.frame.rpt index 8bc20406dc..3ac71bb8c2 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.ping.payload.length.126/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.ping.payload.length.126/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.pong.payload.length.0/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.pong.payload.length.0/handshake.request.and.frame.rpt index cbd2da9311..2dfc90f835 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.pong.payload.length.0/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.pong.payload.length.0/handshake.request.and.frame.rpt @@ -25,7 +25,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/echo") .header("upgrade", "websocket") .header("connection", "upgrade") diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.pong.payload.length.0/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.pong.payload.length.0/handshake.response.and.frame.rpt index 1278d067c8..2fbb10fd2a 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.pong.payload.length.0/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.pong.payload.length.0/handshake.response.and.frame.rpt @@ -27,7 +27,7 @@ read zilla:begin.ext ${zilla:id("http")} [0x08 0x00 0x00 0x00] [0x07] ":method" [0x03 0x00] "GET" [0x07] ":scheme" [0x04 0x00] "http" - [0x0a] ":authority" [0x0e 0x00] "localhost:8080" + [0x0a] ":authority" [0x0e 0x00] "localhost:54321" [0x05] ":path" [0x05 0x00] "/echo" [0x07] "upgrade" [0x09 0x00] "websocket" [0x0a] "connection" [0x07 0x00] "upgrade" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.pong.payload.length.125/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.pong.payload.length.125/handshake.request.and.frame.rpt index 32b274dfd9..2c4ea43dc2 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.pong.payload.length.125/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.pong.payload.length.125/handshake.request.and.frame.rpt @@ -26,7 +26,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/echo") .header("upgrade", "websocket") .header("connection", "upgrade") diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.pong.payload.length.125/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.pong.payload.length.125/handshake.response.and.frame.rpt index 7cfbab6c74..90051f2488 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.pong.payload.length.125/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.pong.payload.length.125/handshake.response.and.frame.rpt @@ -27,7 +27,7 @@ read zilla:begin.ext ${zilla:id("http")} [0x08 0x00 0x00 0x00] [0x07] ":method" [0x03 0x00] "GET" [0x07] ":scheme" [0x04 0x00] "http" - [0x0a] ":authority" [0x0e 0x00] "localhost:8080" + [0x0a] ":authority" [0x0e 0x00] "localhost:54321" [0x05] ":path" [0x05 0x00] "/echo" [0x07] "upgrade" [0x09 0x00] "websocket" [0x0a] "connection" [0x07 0x00] "upgrade" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.pong.payload.length.126/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.pong.payload.length.126/handshake.request.and.frame.rpt index 843b9db51b..b03809994b 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.pong.payload.length.126/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.pong.payload.length.126/handshake.request.and.frame.rpt @@ -29,7 +29,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/echo") .header("upgrade", "websocket") .header("connection", "upgrade") diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.pong.payload.length.126/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.pong.payload.length.126/handshake.response.and.frame.rpt index 3647b499a3..0fd03bb83a 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.pong.payload.length.126/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/client.send.pong.payload.length.126/handshake.response.and.frame.rpt @@ -27,7 +27,7 @@ read zilla:begin.ext ${zilla:id("http")} [0x08 0x00 0x00 0x00] [0x07] ":method" [0x03 0x00] "GET" [0x07] ":scheme" [0x04 0x00] "http" - [0x0a] ":authority" [0x0e 0x00] "localhost:8080" + [0x0a] ":authority" [0x0e 0x00] "localhost:54321" [0x05] ":path" [0x05 0x00] "/echo" [0x07] "upgrade" [0x09 0x00] "websocket" [0x0a] "connection" [0x07 0x00] "upgrade" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.close.payload.length.0/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.close.payload.length.0/handshake.request.and.frame.rpt index 2755aea612..4c66788088 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.close.payload.length.0/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.close.payload.length.0/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.close.payload.length.0/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.close.payload.length.0/handshake.response.and.frame.rpt index c9ae233871..37d0818035 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.close.payload.length.0/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.close.payload.length.0/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.close.payload.length.125/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.close.payload.length.125/handshake.request.and.frame.rpt index 79bb7a6dac..d948b3c48a 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.close.payload.length.125/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.close.payload.length.125/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.close.payload.length.125/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.close.payload.length.125/handshake.response.and.frame.rpt index a9dccc8fbe..79a4034e82 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.close.payload.length.125/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.close.payload.length.125/handshake.response.and.frame.rpt @@ -16,13 +16,13 @@ property server123 ${http:randomBytesUTF8(123)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.close.payload.length.126/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.close.payload.length.126/handshake.request.and.frame.rpt index 0fa3660303..01655fee0a 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.close.payload.length.126/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.close.payload.length.126/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.close.payload.length.126/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.close.payload.length.126/handshake.response.and.frame.rpt index 15605611ec..9ac0d08eab 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.close.payload.length.126/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.close.payload.length.126/handshake.response.and.frame.rpt @@ -16,13 +16,13 @@ property server124 ${http:randomBytesUTF8(124)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0b/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0b/handshake.request.and.frame.rpt index 03e9d92730..6a02a46da9 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0b/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0b/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0b/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0b/handshake.response.and.frame.rpt index 43c053161a..baf3618797 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0b/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0b/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0c/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0c/handshake.request.and.frame.rpt index ffc35d8f5b..bb4d9e8f58 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0c/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0c/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0c/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0c/handshake.response.and.frame.rpt index 8241c41c62..7ff9b37d82 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0c/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0c/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0d/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0d/handshake.request.and.frame.rpt index d26117733d..8e2c3fc849 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0d/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0d/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0d/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0d/handshake.response.and.frame.rpt index 453b381868..157c3fbb18 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0d/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0d/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0e/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0e/handshake.request.and.frame.rpt index 1548513962..d8a81433d4 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0e/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0e/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0e/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0e/handshake.response.and.frame.rpt index d6d75d5023..a0d76d50f8 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0e/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0e/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0f/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0f/handshake.request.and.frame.rpt index 0282d8deaa..4be4b6a372 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0f/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0f/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0f/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0f/handshake.response.and.frame.rpt index aa9ebd1591..a5217d095e 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0f/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.opcode.0x0f/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.ping.payload.length.0/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.ping.payload.length.0/handshake.request.and.frame.rpt index 154a2ef9f0..3af05d66b8 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.ping.payload.length.0/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.ping.payload.length.0/handshake.request.and.frame.rpt @@ -14,7 +14,7 @@ # under the License. # -property location 'http://localhost:8080/echo' +property location 'http://localhost:54321/echo' property newHandshakeKey ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} @@ -26,7 +26,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/echo") .header("upgrade", "websocket") .header("connection", "upgrade") diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.ping.payload.length.0/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.ping.payload.length.0/handshake.response.and.frame.rpt index 3f79e26f32..bb32b564d6 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.ping.payload.length.0/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.ping.payload.length.0/handshake.response.and.frame.rpt @@ -24,7 +24,7 @@ read zilla:begin.ext ${zilla:id("http")} [0x09 0x00 0x00 0x00] [0x07] ":method" [0x03 0x00] "GET" [0x07] ":scheme" [0x04 0x00] "http" - [0x0a] ":authority" [0x0e 0x00] "localhost:8080" + [0x0a] ":authority" [0x0e 0x00] "localhost:54321" [0x05] ":path" [0x05 0x00] "/echo" [0x07] "upgrade" [0x09 0x00] "websocket" [0x0a] "connection" [0x07 0x00] "upgrade" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.ping.payload.length.125/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.ping.payload.length.125/handshake.request.and.frame.rpt index 80d5d6316d..eab3ea7913 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.ping.payload.length.125/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.ping.payload.length.125/handshake.request.and.frame.rpt @@ -25,7 +25,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/echo") .header("upgrade", "websocket") .header("connection", "upgrade") diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.ping.payload.length.125/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.ping.payload.length.125/handshake.response.and.frame.rpt index 0af0bd8683..99f4b6401d 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.ping.payload.length.125/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.ping.payload.length.125/handshake.response.and.frame.rpt @@ -26,7 +26,7 @@ read zilla:begin.ext ${zilla:id("http")} [0x09 0x00 0x00 0x00] [0x07] ":method" [0x03 0x00] "GET" [0x07] ":scheme" [0x04 0x00] "http" - [0x0a] ":authority" [0x0e 0x00] "localhost:8080" + [0x0a] ":authority" [0x0e 0x00] "localhost:54321" [0x05] ":path" [0x05 0x00] "/echo" [0x07] "upgrade" [0x09 0x00] "websocket" [0x0a] "connection" [0x07 0x00] "upgrade" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.ping.payload.length.126/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.ping.payload.length.126/handshake.request.and.frame.rpt index 2fd1b76b0c..860fbf1382 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.ping.payload.length.126/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.ping.payload.length.126/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.ping.payload.length.126/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.ping.payload.length.126/handshake.response.and.frame.rpt index a788db19be..53466a91d0 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.ping.payload.length.126/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.ping.payload.length.126/handshake.response.and.frame.rpt @@ -16,13 +16,13 @@ property server126 ${http:randomBytesUTF8(126)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.pong.payload.length.0/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.pong.payload.length.0/handshake.request.and.frame.rpt index 6a7b9e882b..247749f164 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.pong.payload.length.0/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.pong.payload.length.0/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.pong.payload.length.0/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.pong.payload.length.0/handshake.response.and.frame.rpt index 467d758d94..14ee8f31d4 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.pong.payload.length.0/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.pong.payload.length.0/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.pong.payload.length.125/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.pong.payload.length.125/handshake.request.and.frame.rpt index 93c19a4f09..6140b8e13a 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.pong.payload.length.125/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.pong.payload.length.125/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.pong.payload.length.125/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.pong.payload.length.125/handshake.response.and.frame.rpt index 1fc96adca5..a7fdad2edf 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.pong.payload.length.125/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.pong.payload.length.125/handshake.response.and.frame.rpt @@ -16,13 +16,13 @@ property server125 ${http:randomBytesUTF8(125)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.pong.payload.length.126/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.pong.payload.length.126/handshake.request.and.frame.rpt index 806d811904..0260d527ad 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.pong.payload.length.126/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.pong.payload.length.126/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.pong.payload.length.126/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.pong.payload.length.126/handshake.response.and.frame.rpt index 10fd59a809..276e085a5a 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.pong.payload.length.126/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/control/server.send.pong.payload.length.126/handshake.response.and.frame.rpt @@ -16,13 +16,13 @@ property server124 ${http:randomBytesUTF8(124)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x03/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x03/handshake.request.and.frame.rpt index 3d6b2d3090..7f14fb987d 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x03/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x03/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x03/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x03/handshake.response.and.frame.rpt index 9523c20769..5e1dcdfdb1 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x03/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x03/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x04/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x04/handshake.request.and.frame.rpt index 48d696a04d..406e48bd12 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x04/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x04/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x04/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x04/handshake.response.and.frame.rpt index a4800adb6d..b57388af77 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x04/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x04/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x05/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x05/handshake.request.and.frame.rpt index a4c4b96953..bff233677a 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x05/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x05/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x05/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x05/handshake.response.and.frame.rpt index 542385bf1b..4b06e58357 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x05/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x05/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x06/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x06/handshake.request.and.frame.rpt index 38541c3dc2..09bc6c8870 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x06/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x06/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x06/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x06/handshake.response.and.frame.rpt index 9ee0778c17..39ab0a8ff5 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x06/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x06/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x07/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x07/handshake.request.and.frame.rpt index ade97a7343..47c855ccc9 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x07/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x07/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x07/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x07/handshake.response.and.frame.rpt index 1414c3dfa4..aaf6619543 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x07/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/client.send.opcode.0x07/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x03/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x03/handshake.request.and.frame.rpt index 5aafbe49e9..987089bca2 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x03/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x03/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x03/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x03/handshake.response.and.frame.rpt index da64c63384..8ec91ddb9a 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x03/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x03/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x04/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x04/handshake.request.and.frame.rpt index 8c7e012087..600f8663e6 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x04/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x04/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x04/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x04/handshake.response.and.frame.rpt index bcab14e65b..66a6c00227 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x04/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x04/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x05/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x05/handshake.request.and.frame.rpt index d3ff4331de..85f8a1d53a 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x05/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x05/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x05/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x05/handshake.response.and.frame.rpt index 7f353aaf83..ef813c2a3e 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x05/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x05/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x06/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x06/handshake.request.and.frame.rpt index d116ed8f21..85f7b3e694 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x06/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x06/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x06/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x06/handshake.response.and.frame.rpt index d247913d33..bc7e2f04a4 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x06/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x06/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x07/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x07/handshake.request.and.frame.rpt index 0a66cd2b19..bc0b5d530c 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x07/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x07/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x07/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x07/handshake.response.and.frame.rpt index 99e0c48b40..448bb7d5f5 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x07/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/data/server.send.opcode.0x07/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.1/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.1/handshake.request.and.frame.rpt index f37f842f07..8950135a5f 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.1/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.1/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.1/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.1/handshake.response.and.frame.rpt index 47b32f77f2..f3ba2a2baf 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.1/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.1/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.2/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.2/handshake.request.and.frame.rpt index fbba57ff0a..5398b81187 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.2/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.2/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.2/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.2/handshake.response.and.frame.rpt index f5f3619435..f4b57ceb5b 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.2/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.2/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.3/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.3/handshake.request.and.frame.rpt index 774a3039e2..c74bcbe933 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.3/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.3/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.3/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.3/handshake.response.and.frame.rpt index d1e5e4bf4f..8b695ae977 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.3/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.3/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.4/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.4/handshake.request.and.frame.rpt index 628c63452c..9180425254 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.4/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.4/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.4/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.4/handshake.response.and.frame.rpt index 045978a0d2..0f6d7dd1f8 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.4/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.4/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.5/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.5/handshake.request.and.frame.rpt index 6a912dec17..28f2831ed8 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.5/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.5/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.5/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.5/handshake.response.and.frame.rpt index 05cf713ca7..adda1c5a3c 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.5/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.5/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.6/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.6/handshake.request.and.frame.rpt index c22becc314..37164b978f 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.6/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.6/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.6/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.6/handshake.response.and.frame.rpt index f5578cc74a..fd8d3ebf65 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.6/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.6/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.7/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.7/handshake.request.and.frame.rpt index 76ff94944e..425d87a503 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.7/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.7/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.7/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.7/handshake.response.and.frame.rpt index 3f7409ce45..04177b7d6a 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.7/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.binary.frame.with.rsv.7/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.1/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.1/handshake.request.and.frame.rpt index 02f96148d6..24cf5400e9 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.1/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.1/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.1/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.1/handshake.response.and.frame.rpt index 8c2f775dd8..2355641154 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.1/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.1/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.2/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.2/handshake.request.and.frame.rpt index f90b44d757..4c81c493dc 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.2/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.2/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.2/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.2/handshake.response.and.frame.rpt index 4bf8f1c14a..33485c1c21 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.2/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.2/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.3/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.3/handshake.request.and.frame.rpt index f321c300c5..965b2f7e44 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.3/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.3/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.3/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.3/handshake.response.and.frame.rpt index 9d576f7671..bfe92fce92 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.3/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.3/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.4/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.4/handshake.request.and.frame.rpt index 8a406992a8..31f4234287 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.4/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.4/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.4/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.4/handshake.response.and.frame.rpt index a577bc5d3a..d6db741b6d 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.4/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.4/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.5/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.5/handshake.request.and.frame.rpt index 4ee64a2c5d..d43f641525 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.5/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.5/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.5/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.5/handshake.response.and.frame.rpt index 149b8377ed..2da4c4293a 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.5/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.5/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.6/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.6/handshake.request.and.frame.rpt index 645fdd8fa0..162cb45888 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.6/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.6/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.6/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.6/handshake.response.and.frame.rpt index 08c54ef2e6..ee5035235b 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.6/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.6/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.7/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.7/handshake.request.and.frame.rpt index 668083340c..dba896d1dc 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.7/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.7/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.7/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.7/handshake.response.and.frame.rpt index 1e111e2140..856f730188 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.7/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.close.frame.with.rsv.7/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.1/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.1/handshake.request.and.frame.rpt index 14545fbf3c..3c67db58cc 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.1/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.1/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.1/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.1/handshake.response.and.frame.rpt index 55243404d3..c0385022ed 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.1/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.1/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.2/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.2/handshake.request.and.frame.rpt index be826af0c3..a825e64786 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.2/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.2/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.2/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.2/handshake.response.and.frame.rpt index 766a8a6ff3..dcc981e169 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.2/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.2/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.3/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.3/handshake.request.and.frame.rpt index e188886bdb..33fb090129 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.3/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.3/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.3/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.3/handshake.response.and.frame.rpt index 94387a56ff..f966496fd0 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.3/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.3/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.4/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.4/handshake.request.and.frame.rpt index eb1cfa2324..f872f236e0 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.4/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.4/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.4/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.4/handshake.response.and.frame.rpt index bf54c88292..134609f933 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.4/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.4/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.5/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.5/handshake.request.and.frame.rpt index c3dbe3c999..1df8273edc 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.5/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.5/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.5/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.5/handshake.response.and.frame.rpt index ada7c5c0f6..5075a9164a 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.5/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.5/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.6/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.6/handshake.request.and.frame.rpt index 80ed2cc8b0..d19ecbf50b 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.6/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.6/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.6/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.6/handshake.response.and.frame.rpt index dff852741b..9e926477c9 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.6/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.6/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.7/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.7/handshake.request.and.frame.rpt index 65732fc403..347516ab28 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.7/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.7/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.7/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.7/handshake.response.and.frame.rpt index fa9c0467b6..31cca455ef 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.7/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.ping.frame.with.rsv.7/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.1/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.1/handshake.request.and.frame.rpt index c40fef9555..fb9de0b792 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.1/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.1/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.1/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.1/handshake.response.and.frame.rpt index ad57c526a5..4753c06346 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.1/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.1/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.2/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.2/handshake.request.and.frame.rpt index 8842a6916e..6b480f13cf 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.2/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.2/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.2/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.2/handshake.response.and.frame.rpt index 46aaae44f0..cf28ff11e7 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.2/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.2/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.3/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.3/handshake.request.and.frame.rpt index 689bd9b699..b380fd2302 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.3/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.3/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.3/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.3/handshake.response.and.frame.rpt index cf7794792d..a060eb0ff3 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.3/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.3/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.4/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.4/handshake.request.and.frame.rpt index ac2a309fcf..424d10d03a 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.4/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.4/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.4/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.4/handshake.response.and.frame.rpt index 3d1ceb235f..4fe1eb9c31 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.4/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.4/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.5/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.5/handshake.request.and.frame.rpt index 10c6a19788..d30306408d 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.5/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.5/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.5/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.5/handshake.response.and.frame.rpt index 6e306889f9..e5fa5b2019 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.5/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.5/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.6/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.6/handshake.request.and.frame.rpt index ab63adb0a3..c81c9668ad 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.6/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.6/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.6/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.6/handshake.response.and.frame.rpt index 97dd96cdd0..91cd8791bd 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.6/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.6/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.7/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.7/handshake.request.and.frame.rpt index 78f148e575..74c3f5db17 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.7/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.7/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.7/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.7/handshake.response.and.frame.rpt index d6607c20f1..39fa1b3fff 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.7/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.pong.frame.with.rsv.7/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.1/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.1/handshake.request.and.frame.rpt index a28bad7a4b..fe65b3ad10 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.1/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.1/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytesUTF8(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.1/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.1/handshake.response.and.frame.rpt index 70c40a1472..5918f3108e 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.1/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.1/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.2/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.2/handshake.request.and.frame.rpt index e78c889270..827b2060b4 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.2/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.2/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytesUTF8(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.2/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.2/handshake.response.and.frame.rpt index b3509a1154..6a9043215d 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.2/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.2/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.3/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.3/handshake.request.and.frame.rpt index 11f1b1166f..9b2eeee6f1 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.3/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.3/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytesUTF8(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.3/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.3/handshake.response.and.frame.rpt index a7ace1e86a..60e99d4449 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.3/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.3/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.4/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.4/handshake.request.and.frame.rpt index 7c59ed30dc..934bda3991 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.4/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.4/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytesUTF8(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.4/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.4/handshake.response.and.frame.rpt index 25058cf5d7..9c027be78e 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.4/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.4/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.5/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.5/handshake.request.and.frame.rpt index 3bad06a66a..3b9eb2139f 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.5/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.5/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytesUTF8(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.5/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.5/handshake.response.and.frame.rpt index f4b1c12b3d..cefea92a88 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.5/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.5/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.6/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.6/handshake.request.and.frame.rpt index 8a07cf3537..8694906870 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.6/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.6/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytesUTF8(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.6/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.6/handshake.response.and.frame.rpt index bdb72501b1..a40136d497 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.6/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.6/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.7/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.7/handshake.request.and.frame.rpt index dca8cd4503..41510ed450 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.7/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.7/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytesUTF8(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.7/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.7/handshake.response.and.frame.rpt index af4b3d64d4..5859cdf32c 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.7/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/client.send.text.frame.with.rsv.7/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.1/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.1/handshake.request.and.frame.rpt index c78ce6d65a..587713daf0 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.1/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.1/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.1/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.1/handshake.response.and.frame.rpt index f5f3437a5c..e49417a832 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.1/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.1/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.2/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.2/handshake.request.and.frame.rpt index a7e8ecdb82..7a1b840758 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.2/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.2/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.2/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.2/handshake.response.and.frame.rpt index 9757fa9979..168eb367fc 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.2/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.2/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.3/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.3/handshake.request.and.frame.rpt index 20b00f2ed9..566a1a4c9e 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.3/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.3/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.3/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.3/handshake.response.and.frame.rpt index 62d0e079a8..f96e41a492 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.3/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.3/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.4/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.4/handshake.request.and.frame.rpt index 33bfa47fc3..0233aed384 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.4/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.4/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.4/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.4/handshake.response.and.frame.rpt index 5bde3401d3..0ac745ef97 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.4/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.4/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.5/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.5/handshake.request.and.frame.rpt index 18a715dbdf..fe2a39c48b 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.5/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.5/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.5/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.5/handshake.response.and.frame.rpt index 49747ffc89..4f1d1929c3 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.5/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.5/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.6/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.6/handshake.request.and.frame.rpt index a88394882e..fdddd10d43 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.6/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.6/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.6/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.6/handshake.response.and.frame.rpt index 263ac04744..71f3aef7de 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.6/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.6/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.7/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.7/handshake.request.and.frame.rpt index 97a082f209..0222b5aa98 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.7/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.7/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.7/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.7/handshake.response.and.frame.rpt index da23f151b2..0414f93117 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.7/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.binary.frame.with.rsv.7/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.1/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.1/handshake.request.and.frame.rpt index 6b8f8ce154..8fe9ace1b8 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.1/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.1/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.1/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.1/handshake.response.and.frame.rpt index 2d3c141e9b..888df05c23 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.1/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.1/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.2/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.2/handshake.request.and.frame.rpt index c569e7f4fd..f956c459a2 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.2/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.2/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.2/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.2/handshake.response.and.frame.rpt index 7887c70410..a5053d14ba 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.2/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.2/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.3/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.3/handshake.request.and.frame.rpt index 752205803e..8c775f4a9d 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.3/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.3/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.3/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.3/handshake.response.and.frame.rpt index e6f6149f9f..b4777e94ae 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.3/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.3/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.4/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.4/handshake.request.and.frame.rpt index de2ecfb5cd..1a680c5328 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.4/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.4/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.4/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.4/handshake.response.and.frame.rpt index fe05e2db03..21ae17ceff 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.4/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.4/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.5/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.5/handshake.request.and.frame.rpt index 5f81388ad9..f491c86a69 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.5/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.5/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.5/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.5/handshake.response.and.frame.rpt index 48b699e0fa..e66b40469a 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.5/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.5/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.6/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.6/handshake.request.and.frame.rpt index f06d2839f7..88ed208360 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.6/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.6/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.6/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.6/handshake.response.and.frame.rpt index d92247cc1b..b902f8e1d7 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.6/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.6/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.7/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.7/handshake.request.and.frame.rpt index be54b5e83d..3969103a37 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.7/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.7/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.7/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.7/handshake.response.and.frame.rpt index cb149d7133..eff32bb16c 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.7/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.close.frame.with.rsv.7/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.1/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.1/handshake.request.and.frame.rpt index 2f6d485226..bc7d417975 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.1/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.1/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.1/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.1/handshake.response.and.frame.rpt index ae07880808..1da6ab2673 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.1/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.1/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.2/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.2/handshake.request.and.frame.rpt index 926f05bffe..31382b6486 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.2/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.2/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.2/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.2/handshake.response.and.frame.rpt index b5103f1320..cd3004e71a 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.2/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.2/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.3/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.3/handshake.request.and.frame.rpt index 534f7798e8..05746976ab 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.3/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.3/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.3/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.3/handshake.response.and.frame.rpt index 6075318399..fcd46a189c 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.3/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.3/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.4/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.4/handshake.request.and.frame.rpt index 420420dabf..2bc69208e6 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.4/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.4/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.4/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.4/handshake.response.and.frame.rpt index baf4388b8c..b7dcc691ff 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.4/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.4/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.5/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.5/handshake.request.and.frame.rpt index 3efd79954f..545a1d4625 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.5/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.5/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.5/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.5/handshake.response.and.frame.rpt index 59f06a2f0b..49a1f14d42 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.5/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.5/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.6/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.6/handshake.request.and.frame.rpt index a3765d18b3..f2ed04ee90 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.6/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.6/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.6/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.6/handshake.response.and.frame.rpt index 261763515b..82d09219e5 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.6/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.6/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.7/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.7/handshake.request.and.frame.rpt index 0c3c7f2439..65540e56cc 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.7/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.7/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.7/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.7/handshake.response.and.frame.rpt index 74fdf776ca..50cdf9bb60 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.7/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.ping.frame.with.rsv.7/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.1/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.1/handshake.request.and.frame.rpt index 668346acf6..8ab3f7207e 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.1/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.1/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.1/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.1/handshake.response.and.frame.rpt index 6c3fb95062..92503dfc12 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.1/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.1/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.2/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.2/handshake.request.and.frame.rpt index 206ef12fb3..f8d20d240f 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.2/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.2/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.2/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.2/handshake.response.and.frame.rpt index 2babf7ebdd..fa5611b8f9 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.2/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.2/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.3/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.3/handshake.request.and.frame.rpt index 42ca338fcc..1eb79705b6 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.3/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.3/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.3/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.3/handshake.response.and.frame.rpt index 04b00a3355..8ff172b53d 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.3/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.3/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.4/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.4/handshake.request.and.frame.rpt index 6f91bf5de5..80eb4049fd 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.4/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.4/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.4/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.4/handshake.response.and.frame.rpt index e36e2a201c..359096cb94 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.4/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.4/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.5/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.5/handshake.request.and.frame.rpt index 15af148344..a778f98063 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.5/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.5/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.5/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.5/handshake.response.and.frame.rpt index 9c06b4696b..c9bbb0c8c6 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.5/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.5/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.6/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.6/handshake.request.and.frame.rpt index b10633588e..39f22ac401 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.6/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.6/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.6/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.6/handshake.response.and.frame.rpt index 2e91f32467..4c2530e74a 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.6/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.6/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.7/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.7/handshake.request.and.frame.rpt index 9854562f3f..272379d333 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.7/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.7/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.7/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.7/handshake.response.and.frame.rpt index 4ef6f2456f..e27337c9f8 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.7/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.pong.frame.with.rsv.7/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.1/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.1/handshake.request.and.frame.rpt index 200660350c..346d0c70d9 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.1/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.1/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.1/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.1/handshake.response.and.frame.rpt index dc0826c6a3..8a3b1e5dd5 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.1/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.1/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.2/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.2/handshake.request.and.frame.rpt index 69d4a8b7e8..d5f1fcec93 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.2/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.2/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.2/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.2/handshake.response.and.frame.rpt index 278298d73a..81654deef0 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.2/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.2/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.3/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.3/handshake.request.and.frame.rpt index 927ad2cc26..667f717319 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.3/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.3/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.3/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.3/handshake.response.and.frame.rpt index a982c2093f..c1834e20e5 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.3/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.3/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.4/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.4/handshake.request.and.frame.rpt index f4b3437cf6..97cf73b185 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.4/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.4/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.4/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.4/handshake.response.and.frame.rpt index 3906dceca0..91abfbe45e 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.4/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.4/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.5/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.5/handshake.request.and.frame.rpt index 446f75df3c..f7adab78ed 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.5/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.5/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.5/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.5/handshake.response.and.frame.rpt index a8a95e8550..bae868f7cc 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.5/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.5/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.6/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.6/handshake.request.and.frame.rpt index 172736f2e9..1310f666f9 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.6/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.6/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.6/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.6/handshake.response.and.frame.rpt index ebb84036d0..325d66f40f 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.6/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.6/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.7/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.7/handshake.request.and.frame.rpt index 7640acf67f..60cb36dd24 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.7/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.7/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.7/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.7/handshake.response.and.frame.rpt index 940c35ec8e..6cb769960c 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.7/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/extensibility/server.send.text.frame.with.rsv.7/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property writeMaskA ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/flowcontrol/echo.payload.with.padding/client.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/flowcontrol/echo.payload.with.padding/client.rpt index 8b0ce66da9..a45ce68f9e 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/flowcontrol/echo.payload.with.padding/client.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/flowcontrol/echo.payload.with.padding/client.rpt @@ -14,7 +14,7 @@ # under the License. # -property location 'http://localhost:8080/echo' +property location 'http://localhost:54321/echo' property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} property client65535 ${http:randomBytes(65535)} @@ -29,7 +29,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/echo") .header("upgrade", "websocket") .header("connection", "upgrade") diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/flowcontrol/echo.payload.with.padding/server.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/flowcontrol/echo.payload.with.padding/server.rpt index ff934e495d..4e7fb97328 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/flowcontrol/echo.payload.with.padding/server.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/flowcontrol/echo.payload.with.padding/server.rpt @@ -17,7 +17,7 @@ # TODO: revert this script to use k3po http transport as in k3po http specification once k3po # is enhanced to support manifesting this as high-level http -property location 'http://localhost:8080/echo' +property location 'http://localhost:54321/echo' property initialWindow 82000 accept "zilla://streams/net0" @@ -30,7 +30,7 @@ read zilla:begin.ext ${zilla:id("http")} [0x08 0x00 0x00 0x00] [0x07] ":method" [0x03 0x00] "GET" [0x07] ":scheme" [0x04 0x00] "http" - [0x0a] ":authority" [0x0e 0x00] "localhost:8080" + [0x0a] ":authority" [0x0e 0x00] "localhost:54321" [0x05] ":path" [0x05 0x00] "/echo" [0x07] "upgrade" [0x09 0x00] "websocket" [0x0a] "connection" [0x07 0x00] "upgrade" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.0.fragmented.with.injected.ping.pong/handshake.request.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.0.fragmented.with.injected.ping.pong/handshake.request.and.frames.rpt index 0d0e959805..43dfc6a551 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.0.fragmented.with.injected.ping.pong/handshake.request.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.0.fragmented.with.injected.ping.pong/handshake.request.and.frames.rpt @@ -22,7 +22,7 @@ property writeMaskP ${http:randomBytes(4)} property writeMaskD ${http:randomBytes(4)} property writeMaskE ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.0.fragmented.with.injected.ping.pong/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.0.fragmented.with.injected.ping.pong/handshake.response.and.frame.rpt index a92b95de80..4583831762 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.0.fragmented.with.injected.ping.pong/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.0.fragmented.with.injected.ping.pong/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.0.fragmented/handshake.request.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.0.fragmented/handshake.request.and.frames.rpt index 07a6362cb1..2bfa689735 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.0.fragmented/handshake.request.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.0.fragmented/handshake.request.and.frames.rpt @@ -21,7 +21,7 @@ property writeMaskC ${http:randomBytes(4)} property writeMaskD ${http:randomBytes(4)} property writeMaskE ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.0.fragmented/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.0.fragmented/handshake.response.and.frame.rpt index 0b0b4989b4..24313eb5f6 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.0.fragmented/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.0.fragmented/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.125.fragmented.with.injected.ping.pong/handshake.request.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.125.fragmented.with.injected.ping.pong/handshake.request.and.frames.rpt index d5b9b2f257..0568186d39 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.125.fragmented.with.injected.ping.pong/handshake.request.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.125.fragmented.with.injected.ping.pong/handshake.request.and.frames.rpt @@ -27,7 +27,7 @@ property client25c ${http:randomBytes(25)} property client25d ${http:randomBytes(25)} property client25e ${http:randomBytes(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.125.fragmented.with.injected.ping.pong/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.125.fragmented.with.injected.ping.pong/handshake.response.and.frame.rpt index 4659d66164..47aecc4fec 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.125.fragmented.with.injected.ping.pong/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.125.fragmented.with.injected.ping.pong/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.125.fragmented.with.some.empty.fragments/handshake.request.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.125.fragmented.with.some.empty.fragments/handshake.request.and.frames.rpt index fe8e1bbed3..d315b09783 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.125.fragmented.with.some.empty.fragments/handshake.request.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.125.fragmented.with.some.empty.fragments/handshake.request.and.frames.rpt @@ -28,7 +28,7 @@ property client25c ${http:randomBytes(25)} property client25d ${http:randomBytes(25)} property client25e ${http:randomBytes(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.125.fragmented.with.some.empty.fragments/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.125.fragmented.with.some.empty.fragments/handshake.response.and.frame.rpt index eebb6c891d..dab3811be7 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.125.fragmented.with.some.empty.fragments/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.125.fragmented.with.some.empty.fragments/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.125.fragmented/handshake.request.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.125.fragmented/handshake.request.and.frames.rpt index 58198c1ff1..d4f8146546 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.125.fragmented/handshake.request.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.125.fragmented/handshake.request.and.frames.rpt @@ -26,7 +26,7 @@ property client25c ${http:randomBytes(25)} property client25d ${http:randomBytes(25)} property client25e ${http:randomBytes(25)} -property location "http://localhost:8080/echo" +property location "http://localhost:54321/echo" connect "zilla://streams/net0" option zilla:window 8192 @@ -37,7 +37,7 @@ write zilla:begin.ext ${http:beginEx() .header(":scheme", "http") .header(":method", "GET") .header(":path", "/echo") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header("upgrade", "websocket") .header("connection", "upgrade") .header("sec-websocket-key", key) diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.125.fragmented/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.125.fragmented/handshake.response.and.frame.rpt index c108b81246..d995972db0 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.125.fragmented/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.125.fragmented/handshake.response.and.frame.rpt @@ -17,7 +17,7 @@ # TODO: revert this script to use k3po http transport as in k3po http specification once k3po # is enhanced to support manifesting this as high-level http -property location 'http://localhost:8080/echo' +property location 'http://localhost:54321/echo' accept "zilla://streams/net0" option zilla:window 8192 @@ -30,7 +30,7 @@ read zilla:begin.ext ${zilla:id("http")} [0x07] ":scheme" [0x04 0x00] "http" [0x07] ":method" [0x03 0x00] "GET" [0x05] ":path" [0x05 0x00] "/echo" - [0x0a] ":authority" [0x0e 0x00] "localhost:8080" + [0x0a] ":authority" [0x0e 0x00] "localhost:54321" [0x07] "upgrade" [0x09 0x00] "websocket" [0x0a] "connection" [0x07 0x00] "upgrade" [0x11] "sec-websocket-key" [0x18 0x00] /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.125.not.fragmented/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.125.not.fragmented/handshake.request.and.frame.rpt index 1ddbed5c91..71537d0c91 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.125.not.fragmented/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.125.not.fragmented/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} property client125 ${http:randomBytes(125)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.125.not.fragmented/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.125.not.fragmented/handshake.response.and.frame.rpt index 1f557ab8e4..84bf447905 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.125.not.fragmented/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.binary.payload.length.125.not.fragmented/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.0.fragmented.with.injected.ping.pong/handshake.request.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.0.fragmented.with.injected.ping.pong/handshake.request.and.frames.rpt index 688aeda57c..f8a48071a3 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.0.fragmented.with.injected.ping.pong/handshake.request.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.0.fragmented.with.injected.ping.pong/handshake.request.and.frames.rpt @@ -22,7 +22,7 @@ property writeMaskP ${http:randomBytes(4)} property writeMaskD ${http:randomBytes(4)} property writeMaskE ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.0.fragmented.with.injected.ping.pong/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.0.fragmented.with.injected.ping.pong/handshake.response.and.frame.rpt index 48297b0c87..3aa3df23fe 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.0.fragmented.with.injected.ping.pong/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.0.fragmented.with.injected.ping.pong/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.0.fragmented/handshake.request.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.0.fragmented/handshake.request.and.frames.rpt index 1f48c978c4..0931aecd24 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.0.fragmented/handshake.request.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.0.fragmented/handshake.request.and.frames.rpt @@ -21,7 +21,7 @@ property writeMaskC ${http:randomBytes(4)} property writeMaskD ${http:randomBytes(4)} property writeMaskE ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.0.fragmented/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.0.fragmented/handshake.response.and.frame.rpt index 56aacbd8c3..0dbc3d871d 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.0.fragmented/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.0.fragmented/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.fragmented.but.not.utf8.aligned/handshake.request.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.fragmented.but.not.utf8.aligned/handshake.request.and.frames.rpt index 9d90384e06..4f14cd9a4b 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.fragmented.but.not.utf8.aligned/handshake.request.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.fragmented.but.not.utf8.aligned/handshake.request.and.frames.rpt @@ -21,7 +21,7 @@ property client125 ${http:randomBytesUnalignedUTF8(125, 25)} property client25 ${http:copyOfRange(client125, 0, 25)} property client100 ${http:copyOfRange(client125, 25, 125)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.fragmented.but.not.utf8.aligned/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.fragmented.but.not.utf8.aligned/handshake.response.and.frame.rpt index b9a6744fef..24ac07f11b 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.fragmented.but.not.utf8.aligned/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.fragmented.but.not.utf8.aligned/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.fragmented.with.injected.ping.pong/handshake.request.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.fragmented.with.injected.ping.pong/handshake.request.and.frames.rpt index 7e10e0146a..c10b95c9fe 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.fragmented.with.injected.ping.pong/handshake.request.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.fragmented.with.injected.ping.pong/handshake.request.and.frames.rpt @@ -27,7 +27,7 @@ property client25c ${http:randomBytesUTF8(25)} property client25d ${http:randomBytesUTF8(25)} property client25e ${http:randomBytesUTF8(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.fragmented.with.injected.ping.pong/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.fragmented.with.injected.ping.pong/handshake.response.and.frame.rpt index 0456abaa50..2d586aadf2 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.fragmented.with.injected.ping.pong/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.fragmented.with.injected.ping.pong/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.fragmented.with.some.empty.fragments/handshake.request.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.fragmented.with.some.empty.fragments/handshake.request.and.frames.rpt index a9e39484d1..6aad766d13 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.fragmented.with.some.empty.fragments/handshake.request.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.fragmented.with.some.empty.fragments/handshake.request.and.frames.rpt @@ -28,7 +28,7 @@ property client25c ${http:randomBytesUTF8(25)} property client25d ${http:randomBytesUTF8(25)} property client25e ${http:randomBytesUTF8(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.fragmented.with.some.empty.fragments/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.fragmented.with.some.empty.fragments/handshake.response.and.frame.rpt index 6fca61b59d..63d49bd3e3 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.fragmented.with.some.empty.fragments/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.fragmented.with.some.empty.fragments/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.fragmented/handshake.request.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.fragmented/handshake.request.and.frames.rpt index 6819dab361..29a7737e2c 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.fragmented/handshake.request.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.fragmented/handshake.request.and.frames.rpt @@ -26,7 +26,7 @@ property client25c ${http:randomBytesUTF8(25)} property client25d ${http:randomBytesUTF8(25)} property client25e ${http:randomBytesUTF8(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.fragmented/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.fragmented/handshake.response.and.frame.rpt index 925f962b88..799e963062 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.fragmented/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.fragmented/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.not.fragmented/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.not.fragmented/handshake.request.and.frame.rpt index 4756fa74d6..27ec26aea1 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.not.fragmented/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.not.fragmented/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} property client125 ${http:randomBytesUTF8(125)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.not.fragmented/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.not.fragmented/handshake.response.and.frame.rpt index 58440f16a7..5144d9c7a6 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.not.fragmented/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.echo.text.payload.length.125.not.fragmented/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.binary.payload.length.125.fragmented.but.not.continued/handshake.request.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.binary.payload.length.125.fragmented.but.not.continued/handshake.request.and.frames.rpt index e184a903fe..59b3e89f72 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.binary.payload.length.125.fragmented.but.not.continued/handshake.request.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.binary.payload.length.125.fragmented.but.not.continued/handshake.request.and.frames.rpt @@ -20,7 +20,7 @@ property writeMaskB ${http:randomBytes(4)} property client25a ${http:randomBytes(25)} property client25b ${http:randomBytes(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.binary.payload.length.125.fragmented.but.not.continued/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.binary.payload.length.125.fragmented.but.not.continued/handshake.response.and.frame.rpt index 5d56154688..4d8b40cf2c 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.binary.payload.length.125.fragmented.but.not.continued/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.binary.payload.length.125.fragmented.but.not.continued/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.close.payload.length.2.fragmented/handshake.request.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.close.payload.length.2.fragmented/handshake.request.and.frames.rpt index 3bf0ad7db9..d8d060f834 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.close.payload.length.2.fragmented/handshake.request.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.close.payload.length.2.fragmented/handshake.request.and.frames.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} property client25 ${http:randomBytesUTF8(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.close.payload.length.2.fragmented/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.close.payload.length.2.fragmented/handshake.response.and.frame.rpt index 12444453a7..18b1beef30 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.close.payload.length.2.fragmented/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.close.payload.length.2.fragmented/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.continuation.payload.length.125.fragmented/handshake.request.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.continuation.payload.length.125.fragmented/handshake.request.and.frames.rpt index d487b1066d..fafc74247c 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.continuation.payload.length.125.fragmented/handshake.request.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.continuation.payload.length.125.fragmented/handshake.request.and.frames.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} property client25 ${http:randomBytesUTF8(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.continuation.payload.length.125.fragmented/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.continuation.payload.length.125.fragmented/handshake.response.and.frame.rpt index a31431e09c..a7f98d71d2 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.continuation.payload.length.125.fragmented/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.continuation.payload.length.125.fragmented/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.continuation.payload.length.125.not.fragmented/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.continuation.payload.length.125.not.fragmented/handshake.request.and.frame.rpt index 6d1cd0186f..9dba00badb 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.continuation.payload.length.125.not.fragmented/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.continuation.payload.length.125.not.fragmented/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} property client125 ${http:randomBytes(125)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.continuation.payload.length.125.not.fragmented/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.continuation.payload.length.125.not.fragmented/handshake.response.and.frame.rpt index 108cbd7443..59d9ab8404 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.continuation.payload.length.125.not.fragmented/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.continuation.payload.length.125.not.fragmented/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.ping.payload.length.0.fragmented/handshake.request.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.ping.payload.length.0.fragmented/handshake.request.and.frames.rpt index 018ef284bf..a223161672 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.ping.payload.length.0.fragmented/handshake.request.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.ping.payload.length.0.fragmented/handshake.request.and.frames.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} property client25 ${http:randomBytesUTF8(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.ping.payload.length.0.fragmented/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.ping.payload.length.0.fragmented/handshake.response.and.frame.rpt index c0705f8646..7321c625e4 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.ping.payload.length.0.fragmented/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.ping.payload.length.0.fragmented/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.pong.payload.length.0.fragmented/handshake.request.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.pong.payload.length.0.fragmented/handshake.request.and.frames.rpt index 4b07f353b2..e0351383e2 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.pong.payload.length.0.fragmented/handshake.request.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.pong.payload.length.0.fragmented/handshake.request.and.frames.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} property client25 ${http:randomBytesUTF8(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.pong.payload.length.0.fragmented/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.pong.payload.length.0.fragmented/handshake.response.and.frame.rpt index 22803a6104..465542b8c6 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.pong.payload.length.0.fragmented/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.pong.payload.length.0.fragmented/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.text.payload.length.125.fragmented.but.not.continued/handshake.request.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.text.payload.length.125.fragmented.but.not.continued/handshake.request.and.frames.rpt index 55b35bd2cc..977138fd8e 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.text.payload.length.125.fragmented.but.not.continued/handshake.request.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.text.payload.length.125.fragmented.but.not.continued/handshake.request.and.frames.rpt @@ -20,7 +20,7 @@ property writeMaskB ${http:randomBytes(4)} property client25a ${http:randomBytesUTF8(25)} property client25b ${http:randomBytesUTF8(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.text.payload.length.125.fragmented.but.not.continued/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.text.payload.length.125.fragmented.but.not.continued/handshake.response.and.frame.rpt index be127e0e39..843996386f 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.text.payload.length.125.fragmented.but.not.continued/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/client.send.text.payload.length.125.fragmented.but.not.continued/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.0.fragmented.with.injected.ping.pong/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.0.fragmented.with.injected.ping.pong/handshake.request.and.frame.rpt index 2b29291034..0f2a68ce4e 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.0.fragmented.with.injected.ping.pong/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.0.fragmented.with.injected.ping.pong/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property writeMaskB ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.0.fragmented.with.injected.ping.pong/handshake.response.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.0.fragmented.with.injected.ping.pong/handshake.response.and.frames.rpt index 02de936d42..3062418c15 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.0.fragmented.with.injected.ping.pong/handshake.response.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.0.fragmented.with.injected.ping.pong/handshake.response.and.frames.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.0.fragmented/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.0.fragmented/handshake.request.and.frame.rpt index 782cdc0034..4fc55b5454 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.0.fragmented/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.0.fragmented/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.0.fragmented/handshake.response.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.0.fragmented/handshake.response.and.frames.rpt index 32a320816b..0195ba08c8 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.0.fragmented/handshake.response.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.0.fragmented/handshake.response.and.frames.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.125.fragmented.with.injected.ping.pong/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.125.fragmented.with.injected.ping.pong/handshake.request.and.frame.rpt index 0b116651fc..159006395d 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.125.fragmented.with.injected.ping.pong/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.125.fragmented.with.injected.ping.pong/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property writeMaskB ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.125.fragmented.with.injected.ping.pong/handshake.response.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.125.fragmented.with.injected.ping.pong/handshake.response.and.frames.rpt index 93726248b7..cbd9a5aaee 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.125.fragmented.with.injected.ping.pong/handshake.response.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.125.fragmented.with.injected.ping.pong/handshake.response.and.frames.rpt @@ -20,13 +20,13 @@ property server25c ${http:randomBytes(25)} property server25d ${http:randomBytes(25)} property server25e ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.125.fragmented.with.some.empty.fragments/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.125.fragmented.with.some.empty.fragments/handshake.request.and.frame.rpt index 390790a34d..f04551ba28 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.125.fragmented.with.some.empty.fragments/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.125.fragmented.with.some.empty.fragments/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.125.fragmented.with.some.empty.fragments/handshake.response.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.125.fragmented.with.some.empty.fragments/handshake.response.and.frames.rpt index 05d9ef7c4e..e0fbcf29b6 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.125.fragmented.with.some.empty.fragments/handshake.response.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.125.fragmented.with.some.empty.fragments/handshake.response.and.frames.rpt @@ -20,13 +20,13 @@ property server25c ${http:randomBytes(25)} property server25d ${http:randomBytes(25)} property server25e ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.125.fragmented/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.125.fragmented/handshake.request.and.frame.rpt index 847c6da32c..85b9216006 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.125.fragmented/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.125.fragmented/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.125.fragmented/handshake.response.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.125.fragmented/handshake.response.and.frames.rpt index 12f87b18ae..b06a50b06b 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.125.fragmented/handshake.response.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.125.fragmented/handshake.response.and.frames.rpt @@ -20,13 +20,13 @@ property server25c ${http:randomBytes(25)} property server25d ${http:randomBytes(25)} property server25e ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.125.not.fragmented/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.125.not.fragmented/handshake.request.and.frame.rpt index b3d1f6ab41..28d8644fa4 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.125.not.fragmented/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.125.not.fragmented/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.125.not.fragmented/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.125.not.fragmented/handshake.response.and.frame.rpt index 732ee26855..11c026cdbb 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.125.not.fragmented/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.binary.payload.length.125.not.fragmented/handshake.response.and.frame.rpt @@ -16,13 +16,13 @@ property server125 ${http:randomBytes(125)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.0.fragmented.with.injected.ping.pong/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.0.fragmented.with.injected.ping.pong/handshake.request.and.frame.rpt index 3f073a7624..9630362d6a 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.0.fragmented.with.injected.ping.pong/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.0.fragmented.with.injected.ping.pong/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property writeMaskB ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.0.fragmented.with.injected.ping.pong/handshake.response.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.0.fragmented.with.injected.ping.pong/handshake.response.and.frames.rpt index a7cb3cb5be..91710d29fc 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.0.fragmented.with.injected.ping.pong/handshake.response.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.0.fragmented.with.injected.ping.pong/handshake.response.and.frames.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.0.fragmented/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.0.fragmented/handshake.request.and.frame.rpt index 7b10af1cf5..90145eeb24 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.0.fragmented/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.0.fragmented/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.0.fragmented/handshake.response.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.0.fragmented/handshake.response.and.frames.rpt index fb880f0422..9332ec991e 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.0.fragmented/handshake.response.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.0.fragmented/handshake.response.and.frames.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.fragmented.but.not.utf8.aligned/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.fragmented.but.not.utf8.aligned/handshake.request.and.frame.rpt index 59846ab622..3ead759c04 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.fragmented.but.not.utf8.aligned/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.fragmented.but.not.utf8.aligned/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.fragmented.but.not.utf8.aligned/handshake.response.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.fragmented.but.not.utf8.aligned/handshake.response.and.frames.rpt index 7218c76aa8..285ebd82ff 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.fragmented.but.not.utf8.aligned/handshake.response.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.fragmented.but.not.utf8.aligned/handshake.response.and.frames.rpt @@ -18,13 +18,13 @@ property server125 ${http:randomBytesUnalignedUTF8(125, 25)} property server25 ${http:copyOfRange(server125, 0, 25)} property server100 ${http:copyOfRange(server125, 25, 125)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.fragmented.with.injected.ping.pong/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.fragmented.with.injected.ping.pong/handshake.request.and.frame.rpt index 00ce950164..61138e76b0 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.fragmented.with.injected.ping.pong/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.fragmented.with.injected.ping.pong/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property writeMaskB ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.fragmented.with.injected.ping.pong/handshake.response.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.fragmented.with.injected.ping.pong/handshake.response.and.frames.rpt index ba5e249ab4..37b456f702 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.fragmented.with.injected.ping.pong/handshake.response.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.fragmented.with.injected.ping.pong/handshake.response.and.frames.rpt @@ -20,13 +20,13 @@ property server25c ${http:randomBytesUTF8(25)} property server25d ${http:randomBytesUTF8(25)} property server25e ${http:randomBytesUTF8(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.fragmented.with.some.empty.fragments/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.fragmented.with.some.empty.fragments/handshake.request.and.frame.rpt index 688c46f76f..d11272dbec 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.fragmented.with.some.empty.fragments/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.fragmented.with.some.empty.fragments/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.fragmented.with.some.empty.fragments/handshake.response.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.fragmented.with.some.empty.fragments/handshake.response.and.frames.rpt index 3447bc3fab..3e0ff0b0f7 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.fragmented.with.some.empty.fragments/handshake.response.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.fragmented.with.some.empty.fragments/handshake.response.and.frames.rpt @@ -20,13 +20,13 @@ property server25c ${http:randomBytesUTF8(25)} property server25d ${http:randomBytesUTF8(25)} property server25e ${http:randomBytesUTF8(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.fragmented/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.fragmented/handshake.request.and.frame.rpt index 250ea3df2b..2c353f1411 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.fragmented/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.fragmented/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.fragmented/handshake.response.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.fragmented/handshake.response.and.frames.rpt index de6ef7af75..f5b8c556ed 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.fragmented/handshake.response.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.fragmented/handshake.response.and.frames.rpt @@ -20,13 +20,13 @@ property server25c ${http:randomBytesUTF8(25)} property server25d ${http:randomBytesUTF8(25)} property server25e ${http:randomBytesUTF8(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.not.fragmented/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.not.fragmented/handshake.request.and.frame.rpt index fea1e09ecb..0dd046184f 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.not.fragmented/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.not.fragmented/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.not.fragmented/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.not.fragmented/handshake.response.and.frame.rpt index 9cc9c2dbfd..2b513e3989 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.not.fragmented/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.echo.text.payload.length.125.not.fragmented/handshake.response.and.frame.rpt @@ -16,13 +16,13 @@ property server125 ${http:randomBytesUTF8(125)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.binary.payload.length.125.fragmented.but.not.continued/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.binary.payload.length.125.fragmented.but.not.continued/handshake.request.and.frame.rpt index f06ee42fb3..934cd59408 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.binary.payload.length.125.fragmented.but.not.continued/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.binary.payload.length.125.fragmented.but.not.continued/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.binary.payload.length.125.fragmented.but.not.continued/handshake.response.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.binary.payload.length.125.fragmented.but.not.continued/handshake.response.and.frames.rpt index d0fda06108..ace16c7f6f 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.binary.payload.length.125.fragmented.but.not.continued/handshake.response.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.binary.payload.length.125.fragmented.but.not.continued/handshake.response.and.frames.rpt @@ -17,13 +17,13 @@ property server25a ${http:randomBytes(25)} property server25b ${http:randomBytes(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.close.payload.length.2.fragmented/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.close.payload.length.2.fragmented/handshake.request.and.frame.rpt index 30afef6877..b9f952956c 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.close.payload.length.2.fragmented/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.close.payload.length.2.fragmented/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.close.payload.length.2.fragmented/handshake.response.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.close.payload.length.2.fragmented/handshake.response.and.frames.rpt index c24e217cf3..5b26b80962 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.close.payload.length.2.fragmented/handshake.response.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.close.payload.length.2.fragmented/handshake.response.and.frames.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.continuation.payload.length.125.fragmented/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.continuation.payload.length.125.fragmented/handshake.request.and.frame.rpt index 6f9bf13047..4c287c51c4 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.continuation.payload.length.125.fragmented/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.continuation.payload.length.125.fragmented/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.continuation.payload.length.125.fragmented/handshake.response.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.continuation.payload.length.125.fragmented/handshake.response.and.frames.rpt index 56c201cd03..fff82a0991 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.continuation.payload.length.125.fragmented/handshake.response.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.continuation.payload.length.125.fragmented/handshake.response.and.frames.rpt @@ -16,13 +16,13 @@ property server25 ${http:randomBytesUTF8(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.continuation.payload.length.125.not.fragmented/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.continuation.payload.length.125.not.fragmented/handshake.request.and.frame.rpt index 6f14e74451..d22febcb39 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.continuation.payload.length.125.not.fragmented/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.continuation.payload.length.125.not.fragmented/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.continuation.payload.length.125.not.fragmented/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.continuation.payload.length.125.not.fragmented/handshake.response.and.frame.rpt index d66809d0da..f1c0e719f6 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.continuation.payload.length.125.not.fragmented/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.continuation.payload.length.125.not.fragmented/handshake.response.and.frame.rpt @@ -16,13 +16,13 @@ property server125 ${http:randomBytes(125)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.ping.payload.length.0.fragmented/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.ping.payload.length.0.fragmented/handshake.request.and.frame.rpt index 663f911e5a..200e09cae5 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.ping.payload.length.0.fragmented/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.ping.payload.length.0.fragmented/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.ping.payload.length.0.fragmented/handshake.response.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.ping.payload.length.0.fragmented/handshake.response.and.frames.rpt index ad517d640e..95d51311bd 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.ping.payload.length.0.fragmented/handshake.response.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.ping.payload.length.0.fragmented/handshake.response.and.frames.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.pong.payload.length.0.fragmented/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.pong.payload.length.0.fragmented/handshake.request.and.frame.rpt index 9332a6e1e8..73544c3b9d 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.pong.payload.length.0.fragmented/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.pong.payload.length.0.fragmented/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} property client25 ${http:randomBytesUTF8(25)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.pong.payload.length.0.fragmented/handshake.response.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.pong.payload.length.0.fragmented/handshake.response.and.frames.rpt index 9fed031032..ebff6f14d3 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.pong.payload.length.0.fragmented/handshake.response.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.pong.payload.length.0.fragmented/handshake.response.and.frames.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.text.payload.length.125.fragmented.but.not.continued/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.text.payload.length.125.fragmented.but.not.continued/handshake.request.and.frame.rpt index 3c494d6ec2..6970185d40 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.text.payload.length.125.fragmented.but.not.continued/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.text.payload.length.125.fragmented.but.not.continued/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMaskA ${http:randomBytes(4)} property writeMaskB ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.text.payload.length.125.fragmented.but.not.continued/handshake.response.and.frames.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.text.payload.length.125.fragmented.but.not.continued/handshake.response.and.frames.rpt index c99520aaf8..62173fc978 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.text.payload.length.125.fragmented.but.not.continued/handshake.response.and.frames.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/fragmentation/server.send.text.payload.length.125.fragmented.but.not.continued/handshake.response.and.frames.rpt @@ -17,13 +17,13 @@ property server25a ${http:randomBytesUTF8(25)} property server25b ${http:randomBytesUTF8(25)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.0/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.0/handshake.request.and.frame.rpt index c0d20349fd..9b84efee58 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.0/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.0/handshake.request.and.frame.rpt @@ -14,7 +14,7 @@ # under the License. # -property location 'http://localhost:8080/echo' +property location 'http://localhost:54321/echo' property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} @@ -26,7 +26,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/echo") .header("upgrade", "websocket") .header("connection", "upgrade") diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.0/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.0/handshake.response.and.frame.rpt index 2555a7249c..7bb969f97f 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.0/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.0/handshake.response.and.frame.rpt @@ -14,7 +14,7 @@ # under the License. # -property location 'http://localhost:8080/echo' +property location 'http://localhost:54321/echo' accept "zilla://streams/net0" option zilla:window 8192 @@ -26,7 +26,7 @@ read zilla:begin.ext ${zilla:id("http")} [0x08 0x00 0x00 0x00] [0x07] ":method" [0x03 0x00] "GET" [0x07] ":scheme" [0x04 0x00] "http" - [0x0a] ":authority" [0x0e 0x00] "localhost:8080" + [0x0a] ":authority" [0x0e 0x00] "localhost:54321" [0x05] ":path" [0x05 0x00] "/echo" [0x07] "upgrade" [0x09 0x00] "websocket" [0x0a] "connection" [0x07 0x00] "upgrade" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.125/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.125/handshake.request.and.frame.rpt index a276923a20..635bb30728 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.125/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.125/handshake.request.and.frame.rpt @@ -14,7 +14,7 @@ # under the License. # -property location 'http://localhost:8080/echo' +property location 'http://localhost:54321/echo' property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} property client125 ${http:randomBytes(125)} @@ -27,7 +27,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/echo") .header("upgrade", "websocket") .header("connection", "upgrade") diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.125/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.125/handshake.response.and.frame.rpt index a580ab0eae..aacfb65657 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.125/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.125/handshake.response.and.frame.rpt @@ -14,7 +14,7 @@ # under the License. # -property location 'http://localhost:8080/echo' +property location 'http://localhost:54321/echo' accept "zilla://streams/net0" option zilla:window 8192 @@ -26,7 +26,7 @@ read zilla:begin.ext ${zilla:id("http")} [0x08 0x00 0x00 0x00] [0x07] ":method" [0x03 0x00] "GET" [0x07] ":scheme" [0x04 0x00] "http" - [0x0a] ":authority" [0x0e 0x00] "localhost:8080" + [0x0a] ":authority" [0x0e 0x00] "localhost:54321" [0x05] ":path" [0x05 0x00] "/echo" [0x07] "upgrade" [0x09 0x00] "websocket" [0x0a] "connection" [0x07 0x00] "upgrade" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.126/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.126/handshake.request.and.frame.rpt index 7bf3c364bc..bff7066260 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.126/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.126/handshake.request.and.frame.rpt @@ -14,7 +14,7 @@ # under the License. # -property location 'http://localhost:8080/echo' +property location 'http://localhost:54321/echo' property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} property client126 ${http:randomBytes(126)} @@ -27,7 +27,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/echo") .header("upgrade", "websocket") .header("connection", "upgrade") diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.126/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.126/handshake.response.and.frame.rpt index ca60c4b546..cd0d9cd24a 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.126/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.126/handshake.response.and.frame.rpt @@ -14,7 +14,7 @@ # under the License. # -property location 'http://localhost:8080/echo' +property location 'http://localhost:54321/echo' accept "zilla://streams/net0" option zilla:window 8192 @@ -26,7 +26,7 @@ read zilla:begin.ext ${zilla:id("http")} [0x08 0x00 0x00 0x00] [0x07] ":method" [0x03 0x00] "GET" [0x07] ":scheme" [0x04 0x00] "http" - [0x0a] ":authority" [0x0e 0x00] "localhost:8080" + [0x0a] ":authority" [0x0e 0x00] "localhost:54321" [0x05] ":path" [0x05 0x00] "/echo" [0x07] "upgrade" [0x09 0x00] "websocket" [0x0a] "connection" [0x07 0x00] "upgrade" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.127/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.127/handshake.request.and.frame.rpt index 6df4ebc562..d07a8ee370 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.127/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.127/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} property client127 ${http:randomBytes(127)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.127/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.127/handshake.response.and.frame.rpt index 593311c6ad..74f780a840 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.127/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.127/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.128/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.128/handshake.request.and.frame.rpt index 887b9c1a39..73eb2d135c 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.128/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.128/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} property client128 ${http:randomBytes(128)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.128/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.128/handshake.response.and.frame.rpt index 77f8cc786f..cce0f53b31 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.128/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.128/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.65535/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.65535/handshake.request.and.frame.rpt index 946adbe7ff..bfba6d6056 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.65535/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.65535/handshake.request.and.frame.rpt @@ -14,7 +14,7 @@ # under the License. # -property location 'http://localhost:8080/echo' +property location 'http://localhost:54321/echo' property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} property client65535 ${http:randomBytes(65535)} @@ -28,7 +28,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/echo") .header("upgrade", "websocket") .header("connection", "upgrade") diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.65535/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.65535/handshake.response.and.frame.rpt index f9dde62298..157c878c87 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.65535/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.65535/handshake.response.and.frame.rpt @@ -14,7 +14,7 @@ # under the License. # -property location 'http://localhost:8080/echo' +property location 'http://localhost:54321/echo' property initialWindow 82000 accept "zilla://streams/net0" @@ -27,7 +27,7 @@ read zilla:begin.ext ${zilla:id("http")} [0x08 0x00 0x00 0x00] [0x07] ":method" [0x03 0x00] "GET" [0x07] ":scheme" [0x04 0x00] "http" - [0x0a] ":authority" [0x0e 0x00] "localhost:8080" + [0x0a] ":authority" [0x0e 0x00] "localhost:54321" [0x05] ":path" [0x05 0x00] "/echo" [0x07] "upgrade" [0x09 0x00] "websocket" [0x0a] "connection" [0x07 0x00] "upgrade" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.65536/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.65536/handshake.request.and.frame.rpt index f83e32792e..0b66506a49 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.65536/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.65536/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} property client65536 ${http:randomBytes(65536)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.65536/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.65536/handshake.response.and.frame.rpt index 3a0c33baa9..30c7c9ed48 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.65536/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.binary.payload.length.65536/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.0/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.0/handshake.request.and.frame.rpt index 7f7916844b..eb19beeeec 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.0/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.0/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.0/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.0/handshake.response.and.frame.rpt index 2fa4ce7b7e..9ff8247d19 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.0/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.0/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.125/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.125/handshake.request.and.frame.rpt index 4756fa74d6..27ec26aea1 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.125/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.125/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} property client125 ${http:randomBytesUTF8(125)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.125/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.125/handshake.response.and.frame.rpt index 6029f0e50f..10f2f723da 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.125/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.125/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.126/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.126/handshake.request.and.frame.rpt index 2d80af6af6..9f795180ae 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.126/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.126/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} property client126 ${http:randomBytesUTF8(126)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.126/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.126/handshake.response.and.frame.rpt index 7a407ea07d..632dcc215b 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.126/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.126/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.127/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.127/handshake.request.and.frame.rpt index ec7d9426fa..8a42a2ee44 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.127/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.127/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} property client127 ${http:randomBytesUTF8(127)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.127/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.127/handshake.response.and.frame.rpt index 8470563007..c8077c8ce5 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.127/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.127/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.128/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.128/handshake.request.and.frame.rpt index 185e546c88..f1010d8254 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.128/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.128/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} property client128 ${http:randomBytesUTF8(128)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.128/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.128/handshake.response.and.frame.rpt index 6e9affc36e..ad5537d8eb 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.128/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.128/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.65535/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.65535/handshake.request.and.frame.rpt index 53c11de7c8..f02f5a8deb 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.65535/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.65535/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} property client65535 ${http:randomBytesUTF8(65535)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.65535/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.65535/handshake.response.and.frame.rpt index 5ad7b2c34a..23d090ef8b 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.65535/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.65535/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.65536/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.65536/handshake.request.and.frame.rpt index 93433c2a60..efd0470e7b 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.65536/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.65536/handshake.request.and.frame.rpt @@ -18,7 +18,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} property client65536 ${http:randomBytesUTF8(65536)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.65536/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.65536/handshake.response.and.frame.rpt index a2c16a5795..fb47b1d749 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.65536/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/framing/echo.text.payload.length.65536/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/masking/send.binary.payload.not.masked/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/masking/send.binary.payload.not.masked/handshake.request.and.frame.rpt index c42f30ddd6..6b729d6df0 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/masking/send.binary.payload.not.masked/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/masking/send.binary.payload.not.masked/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property client125 ${http:randomBytes(125)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/masking/send.binary.payload.not.masked/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/masking/send.binary.payload.not.masked/handshake.response.and.frame.rpt index 47a595dc90..3ec4288284 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/masking/send.binary.payload.not.masked/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/masking/send.binary.payload.not.masked/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/masking/send.text.payload.not.masked/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/masking/send.text.payload.not.masked/handshake.request.and.frame.rpt index e3ebc1ed75..272431b594 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/masking/send.text.payload.not.masked/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/masking/send.text.payload.not.masked/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property client125 ${http:randomBytesUTF8(125)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/masking/send.text.payload.not.masked/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/masking/send.text.payload.not.masked/handshake.response.and.frame.rpt index 31252d9f5a..8571eda4e9 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/masking/send.text.payload.not.masked/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/masking/send.text.payload.not.masked/handshake.response.and.frame.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/masking/server.send.masked.binary/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/masking/server.send.masked.binary/handshake.request.and.frame.rpt index f997ce9ccd..5ec05dbcb0 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/masking/server.send.masked.binary/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/masking/server.send.masked.binary/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/masking/server.send.masked.binary/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/masking/server.send.masked.binary/handshake.response.and.frame.rpt index 47913eae0c..1c52dda3e8 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/masking/server.send.masked.binary/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/masking/server.send.masked.binary/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property server125 ${http:randomBytes(125)} property serverWriteMask ${http:randomBytes(4)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/masking/server.send.masked.text/handshake.request.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/masking/server.send.masked.text/handshake.request.and.frame.rpt index d3e10fa979..d932645ddd 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/masking/server.send.masked.text/handshake.request.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/masking/server.send.masked.text/handshake.request.and.frame.rpt @@ -17,7 +17,7 @@ property key ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} -connect "http://localhost:8080/echo" +connect "http://localhost:54321/echo" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/masking/server.send.masked.text/handshake.response.and.frame.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/masking/server.send.masked.text/handshake.response.and.frame.rpt index 8f00dde151..647fd2c48f 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/masking/server.send.masked.text/handshake.response.and.frame.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/masking/server.send.masked.text/handshake.response.and.frame.rpt @@ -17,13 +17,13 @@ property server125 ${http:randomBytes(125)} property serverWriteMask ${http:randomBytes(4)} -accept "http://localhost:8080/echo" +accept "http://localhost:54321/echo" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/multiple.connections.established/handshake.requests.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/multiple.connections.established/handshake.requests.rpt index 07f6d4a48a..d091500db5 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/multiple.connections.established/handshake.requests.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/multiple.connections.established/handshake.requests.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/path?query" +connect "http://localhost:54321/path?query" connected write http:method "GET" @@ -33,7 +33,7 @@ read http:header "Sec-WebSocket-Accept" "s3pPLMBiTxaQ9kYGzzhZRbK+xOo=" read notify FIRST_CONNECTION_ESTABLISHED -connect "http://localhost:8080/path?query" +connect "http://localhost:54321/path?query" connected write await FIRST_CONNECTION_ESTABLISHED diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/multiple.connections.established/handshake.responses.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/multiple.connections.established/handshake.responses.rpt index 707c17553e..6adebe239e 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/multiple.connections.established/handshake.responses.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/multiple.connections.established/handshake.responses.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/path?query" +accept "http://localhost:54321/path?query" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ @@ -40,7 +40,7 @@ connected read await FIRST_CONNECTION_ESTABLISHED read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.connection.missing/handshake.request.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.connection.missing/handshake.request.rpt index a80b837d41..12b02b3919 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.connection.missing/handshake.request.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.connection.missing/handshake.request.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/path?query" +connect "http://localhost:54321/path?query" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.connection.missing/handshake.response.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.connection.missing/handshake.response.rpt index 28da5c404a..0c948c9a6a 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.connection.missing/handshake.response.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.connection.missing/handshake.response.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/path?query" +accept "http://localhost:54321/path?query" accepted connected diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.connection.not.upgrade/handshake.request.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.connection.not.upgrade/handshake.request.rpt index 1bb14d82eb..47893e4eca 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.connection.not.upgrade/handshake.request.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.connection.not.upgrade/handshake.request.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/path?query" +connect "http://localhost:54321/path?query" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.connection.not.upgrade/handshake.response.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.connection.not.upgrade/handshake.response.rpt index 898cf14851..8db8a92bfd 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.connection.not.upgrade/handshake.response.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.connection.not.upgrade/handshake.response.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/path?query" +accept "http://localhost:54321/path?query" accepted connected diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.cookie/handshake.request.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.cookie/handshake.request.rpt index c78119f5fd..dc5d0f1bc0 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.cookie/handshake.request.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.cookie/handshake.request.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/preflight" +connect "http://localhost:54321/preflight" connected write http:method "GET" @@ -28,7 +28,7 @@ read http:header "Set-Cookie" "SID=31d4d96e407aad42; Domain=.local" read notify SET_COOKIE read closed -connect "http://localhost:8080/path?query" +connect "http://localhost:54321/path?query" connected write await SET_COOKIE diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.cookie/handshake.response.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.cookie/handshake.response.rpt index 7c7f5e895b..adcc58f0f4 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.cookie/handshake.response.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.cookie/handshake.response.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/preflight" +accept "http://localhost:54321/preflight" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read closed write http:status "200" "OK" @@ -29,13 +29,13 @@ write http:header "Set-Cookie" "SID=31d4d96e407aad42; Domain=.local" write http:content-length write close -accept "http://localhost:8080/path?query" +accept "http://localhost:54321/path?query" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Cookie" "SID=31d4d96e407aad42" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.host.missing/handshake.request.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.host.missing/handshake.request.rpt index ab8b2a9ed2..22f1b7106b 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.host.missing/handshake.request.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.host.missing/handshake.request.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/path?query" +connect "http://localhost:54321/path?query" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.host.missing/handshake.response.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.host.missing/handshake.response.rpt index 32729cd8c9..b407530315 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.host.missing/handshake.response.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.host.missing/handshake.response.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/path?query" +accept "http://localhost:54321/path?query" accepted connected diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.origin/handshake.request.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.origin/handshake.request.rpt index f4ff4f7172..b7a715b1fa 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.origin/handshake.request.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.origin/handshake.request.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/path?query" +connect "http://localhost:54321/path?query" connected write http:method "GET" @@ -22,7 +22,7 @@ write http:version "HTTP/1.1" write http:host write http:header "Upgrade" "websocket" write http:header "Connection" "Upgrade" -write http:header "Origin" "http://localhost:8080" +write http:header "Origin" "http://localhost:54321" write http:header "Sec-WebSocket-Key" "dGhlIHNhbXBsZSBub25jZQ==" write http:header "Sec-WebSocket-Version" "13" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.origin/handshake.response.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.origin/handshake.response.rpt index 3b4ad17607..5a7da5cd36 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.origin/handshake.response.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.origin/handshake.response.rpt @@ -14,16 +14,16 @@ # under the License. # -accept "http://localhost:8080/path?query" +accept "http://localhost:54321/path?query" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ -read http:header "Origin" "http://localhost:8080" +read http:header "Origin" "http://localhost:54321" read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ read http:header "Sec-WebSocket-Version" "13" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.extensions/handshake.request.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.extensions/handshake.request.rpt index a18ce88330..edbb8e72f5 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.extensions/handshake.request.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.extensions/handshake.request.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/path?query" +connect "http://localhost:54321/path?query" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.extensions/handshake.response.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.extensions/handshake.response.rpt index 477998009a..1c5e883e66 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.extensions/handshake.response.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.extensions/handshake.response.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/path?query" +accept "http://localhost:54321/path?query" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.key.missing/handshake.request.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.key.missing/handshake.request.rpt index e41c31415f..3953b2bfab 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.key.missing/handshake.request.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.key.missing/handshake.request.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/path?query" +connect "http://localhost:54321/path?query" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.key.missing/handshake.response.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.key.missing/handshake.response.rpt index 841167ea9e..54764f8d41 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.key.missing/handshake.response.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.key.missing/handshake.response.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/path?query" +accept "http://localhost:54321/path?query" accepted connected diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.key.not.16bytes.base64/handshake.request.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.key.not.16bytes.base64/handshake.request.rpt index 277522dc57..e9baa8b7ce 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.key.not.16bytes.base64/handshake.request.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.key.not.16bytes.base64/handshake.request.rpt @@ -14,12 +14,12 @@ # under the License. # -connect "http://localhost:8080/path?query" +connect "http://localhost:54321/path?query" connected write http:method "GET" write http:version "HTTP/1.1" -write http:header "Host" "localhost:8080" +write http:header "Host" "localhost:54321" write http:header "Upgrade" "websocket" write http:header "Connection" "Upgrade" write http:header "Sec-WebSocket-Key" "IHNhbXBsZSBub25jZQ==" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.key.not.16bytes.base64/handshake.response.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.key.not.16bytes.base64/handshake.response.rpt index 95df4f6220..902e69236c 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.key.not.16bytes.base64/handshake.response.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.key.not.16bytes.base64/handshake.response.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/path?query" +accept "http://localhost:54321/path?query" accepted connected diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.protocol.negotiated/handshake.request.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.protocol.negotiated/handshake.request.rpt index 55f69cbd84..9a37f2bbbd 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.protocol.negotiated/handshake.request.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.protocol.negotiated/handshake.request.rpt @@ -14,7 +14,7 @@ # under the License. # -property location 'http://localhost:8080/echo' +property location 'http://localhost:54321/echo' property newHandshakeKey ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} @@ -26,7 +26,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/echo") .header("upgrade", "websocket") .header("connection", "upgrade") diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.protocol.negotiated/handshake.response.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.protocol.negotiated/handshake.response.rpt index 8d10dbb1fd..537864280b 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.protocol.negotiated/handshake.response.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.protocol.negotiated/handshake.response.rpt @@ -14,7 +14,7 @@ # under the License. # -property location 'http://localhost:8080/path?query' +property location 'http://localhost:54321/path?query' accept "zilla://streams/net0" option zilla:window 8192 @@ -26,7 +26,7 @@ read zilla:begin.ext ${zilla:id("http")} [0x09 0x00 0x00 0x00] [0x07] ":method" [0x03 0x00] "GET" [0x07] ":scheme" [0x04 0x00] "http" - [0x0a] ":authority" [0x0e 0x00] "localhost:8080" + [0x0a] ":authority" [0x0e 0x00] "localhost:54321" [0x05] ":path" [0x05 0x00] "/echo" [0x07] "upgrade" [0x09 0x00] "websocket" [0x0a] "connection" [0x07 0x00] "upgrade" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.protocol/handshake.request.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.protocol/handshake.request.rpt index 7f699066bb..ef56dccd3a 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.protocol/handshake.request.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.protocol/handshake.request.rpt @@ -14,7 +14,7 @@ # under the License. # -property location 'http://localhost:8080/echo' +property location 'http://localhost:54321/echo' property newHandshakeKey ${ws:handshakeKey()} property writeMask ${http:randomBytes(4)} @@ -26,7 +26,7 @@ write zilla:begin.ext ${http:beginEx() .typeId(zilla:id("http")) .header(":method", "GET") .header(":scheme", "http") - .header(":authority", "localhost:8080") + .header(":authority", "localhost:54321") .header(":path", "/echo") .header("upgrade", "websocket") .header("connection", "upgrade") diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.protocol/handshake.response.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.protocol/handshake.response.rpt index 3522e4ea24..ad7c5beb50 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.protocol/handshake.response.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.protocol/handshake.response.rpt @@ -14,7 +14,7 @@ # under the License. # -property location 'http://localhost:8080/path?query' +property location 'http://localhost:54321/path?query' accept "zilla://streams/net0" option zilla:window 8192 @@ -26,7 +26,7 @@ read zilla:begin.ext ${zilla:id("http")} [0x09 0x00 0x00 0x00] [0x07] ":method" [0x03 0x00] "GET" [0x07] ":scheme" [0x04 0x00] "http" - [0x0a] ":authority" [0x0e 0x00] "localhost:8080" + [0x0a] ":authority" [0x0e 0x00] "localhost:54321" [0x05] ":path" [0x05 0x00] "/echo" [0x07] "upgrade" [0x09 0x00] "websocket" [0x0a] "connection" [0x07 0x00] "upgrade" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.version.not.13/handshake.request.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.version.not.13/handshake.request.rpt index 6a671d2f56..2211a2f01b 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.version.not.13/handshake.request.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.version.not.13/handshake.request.rpt @@ -14,12 +14,12 @@ # under the License. # -connect "http://localhost:8080/path?query" +connect "http://localhost:54321/path?query" connected write http:method "GET" write http:version "HTTP/1.1" -write http:header "Host" "localhost:8080" +write http:header "Host" "localhost:54321" write http:header "Upgrade" "websocket" write http:header "Connection" "Upgrade" write http:header "Sec-WebSocket-Key" "dGhlIHNhbXBsZSBub25jZQ==" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.version.not.13/handshake.response.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.version.not.13/handshake.response.rpt index 3289b6ad7d..c654e33902 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.version.not.13/handshake.response.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.sec.websocket.version.not.13/handshake.response.rpt @@ -14,14 +14,14 @@ # under the License. # -accept "http://localhost:8080/path?query" +accept "http://localhost:54321/path?query" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /[a-zA-Z0-9+\/=]{24}/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.upgrade.missing/handshake.request.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.upgrade.missing/handshake.request.rpt index 9f67355fba..36b5245019 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.upgrade.missing/handshake.request.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.upgrade.missing/handshake.request.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/path?query" +connect "http://localhost:54321/path?query" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.upgrade.missing/handshake.response.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.upgrade.missing/handshake.response.rpt index 0999167b6c..70d5eaa404 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.upgrade.missing/handshake.response.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.upgrade.missing/handshake.response.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/path?query" +accept "http://localhost:54321/path?query" accepted connected diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.upgrade.not.websocket/handshake.request.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.upgrade.not.websocket/handshake.request.rpt index 341b55697b..c27f7bf215 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.upgrade.not.websocket/handshake.request.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.upgrade.not.websocket/handshake.request.rpt @@ -14,12 +14,12 @@ # under the License. # -connect "http://localhost:8080/path?query" +connect "http://localhost:54321/path?query" connected write http:method "GET" write http:version "HTTP/1.1" -write http:header "Host" "localhost:8080" +write http:header "Host" "localhost:54321" write http:header "Upgrade" ${http:randomHeaderNot("websocket")} write http:header "Connection" "Upgrade" write http:header "Sec-WebSocket-Key" "dGhlIHNhbXBsZSBub25jZQ==" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.upgrade.not.websocket/handshake.response.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.upgrade.not.websocket/handshake.response.rpt index d8fb3dc02a..960b83adab 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.upgrade.not.websocket/handshake.response.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.header.upgrade.not.websocket/handshake.response.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/path?query" +accept "http://localhost:54321/path?query" accepted connected diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.headers.random.case/handshake.request.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.headers.random.case/handshake.request.rpt index 7d0e78244a..fbfd28b65e 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.headers.random.case/handshake.request.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.headers.random.case/handshake.request.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/path?query" +connect "http://localhost:54321/path?query" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.headers.random.case/handshake.response.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.headers.random.case/handshake.response.rpt index 7fefe3cbbc..20a370b55c 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.headers.random.case/handshake.response.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.headers.random.case/handshake.response.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/path?query" +accept "http://localhost:54321/path?query" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.method.not.get/handshake.request.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.method.not.get/handshake.request.rpt index 92a73f7b09..13db68c361 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.method.not.get/handshake.request.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.method.not.get/handshake.request.rpt @@ -14,12 +14,12 @@ # under the License. # -connect "http://localhost:8080/path?query" +connect "http://localhost:54321/path?query" connected write http:method ${http:randomMethodNot("GET")} write http:version "HTTP/1.1" -write http:header "Host" "localhost:8080" +write http:header "Host" "localhost:54321" write http:header "Upgrade" "websocket" write http:header "Connection" "Upgrade" write http:header "Sec-WebSocket-Key" "dGhlIHNhbXBsZSBub25jZQ==" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.method.not.get/handshake.response.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.method.not.get/handshake.response.rpt index 1122aa3b82..5a524bd351 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.method.not.get/handshake.response.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.method.not.get/handshake.response.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/path?query" +accept "http://localhost:54321/path?query" accepted connected diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.version.not.http.1.1/handshake.request.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.version.not.http.1.1/handshake.request.rpt index 4217b6bd4e..755e990da5 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.version.not.http.1.1/handshake.request.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.version.not.http.1.1/handshake.request.rpt @@ -14,12 +14,12 @@ # under the License. # -connect "http://localhost:8080/path?query" +connect "http://localhost:54321/path?query" connected write http:method "GET" write http:version "HTTP/1.0" -write http:header "Host" "localhost:8080" +write http:header "Host" "localhost:54321" write http:header "Upgrade" "websocket" write http:header "Connection" "Upgrade" write http:header "Sec-WebSocket-Key" "dGhlIHNhbXBsZSBub25jZQ==" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.version.not.http.1.1/handshake.response.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.version.not.http.1.1/handshake.response.rpt index 7132cd89aa..317848ce51 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.version.not.http.1.1/handshake.response.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/request.version.not.http.1.1/handshake.response.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/path?query" +accept "http://localhost:54321/path?query" accepted connected diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.connection.missing/handshake.request.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.connection.missing/handshake.request.rpt index b0b5aa9986..720f906215 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.connection.missing/handshake.request.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.connection.missing/handshake.request.rpt @@ -14,12 +14,12 @@ # under the License. # -connect "http://localhost:8080/path?query" +connect "http://localhost:54321/path?query" connected write http:method "GET" write http:version "HTTP/1.1" -write http:header "Host" "localhost:8080" +write http:header "Host" "localhost:54321" write http:header "Upgrade" "websocket" write http:header "Connection" "Upgrade" write http:header "Sec-WebSocket-Key" "dGhlIHNhbXBsZSBub25jZQ==" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.connection.missing/handshake.response.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.connection.missing/handshake.response.rpt index 1301987f0e..4f0e4fa171 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.connection.missing/handshake.response.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.connection.missing/handshake.response.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/path?query" +accept "http://localhost:54321/path?query" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.connection.not.upgrade/handshake.request.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.connection.not.upgrade/handshake.request.rpt index f52631c450..7c86620e98 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.connection.not.upgrade/handshake.request.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.connection.not.upgrade/handshake.request.rpt @@ -14,12 +14,12 @@ # under the License. # -connect "http://localhost:8080/path?query" +connect "http://localhost:54321/path?query" connected write http:method "GET" write http:version "HTTP/1.1" -write http:header "Host" "localhost:8080" +write http:header "Host" "localhost:54321" write http:header "Upgrade" "websocket" write http:header "Connection" "Upgrade" write http:header "Sec-WebSocket-Key" "dGhlIHNhbXBsZSBub25jZQ==" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.connection.not.upgrade/handshake.response.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.connection.not.upgrade/handshake.response.rpt index 58389bb18b..8fba6358e1 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.connection.not.upgrade/handshake.response.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.connection.not.upgrade/handshake.response.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/path?query" +accept "http://localhost:54321/path?query" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.accept.missing/handshake.request.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.accept.missing/handshake.request.rpt index 734ed629dd..5c4d5628f6 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.accept.missing/handshake.request.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.accept.missing/handshake.request.rpt @@ -14,12 +14,12 @@ # under the License. # -connect "http://localhost:8080/path?query" +connect "http://localhost:54321/path?query" connected write http:method "GET" write http:version "HTTP/1.1" -write http:header "Host" "localhost:8080" +write http:header "Host" "localhost:54321" write http:header "Upgrade" "websocket" write http:header "Connection" "Upgrade" write http:header "Sec-WebSocket-Key" "dGhlIHNhbXBsZSBub25jZQ==" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.accept.missing/handshake.response.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.accept.missing/handshake.response.rpt index 52ecc6486c..8e40d4e2bd 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.accept.missing/handshake.response.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.accept.missing/handshake.response.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/path?query" +accept "http://localhost:54321/path?query" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.accept.not.hashed/handshake.request.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.accept.not.hashed/handshake.request.rpt index bcd55bec80..d0c922c85c 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.accept.not.hashed/handshake.request.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.accept.not.hashed/handshake.request.rpt @@ -14,12 +14,12 @@ # under the License. # -connect "http://localhost:8080/path?query" +connect "http://localhost:54321/path?query" connected write http:method "GET" write http:version "HTTP/1.1" -write http:header "Host" "localhost:8080" +write http:header "Host" "localhost:54321" write http:header "Upgrade" "websocket" write http:header "Connection" "Upgrade" write http:header "Sec-WebSocket-Key" "dGhlIHNhbXBsZSBub25jZQ==" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.accept.not.hashed/handshake.response.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.accept.not.hashed/handshake.response.rpt index 7fefe3cbbc..20a370b55c 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.accept.not.hashed/handshake.response.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.accept.not.hashed/handshake.response.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/path?query" +accept "http://localhost:54321/path?query" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.extensions.not.negotiated/handshake.request.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.extensions.not.negotiated/handshake.request.rpt index 615ac2a9a9..3ccb7159be 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.extensions.not.negotiated/handshake.request.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.extensions.not.negotiated/handshake.request.rpt @@ -14,12 +14,12 @@ # under the License. # -connect "http://localhost:8080/path?query" +connect "http://localhost:54321/path?query" connected write http:method "GET" write http:version "HTTP/1.1" -write http:header "Host" "localhost:8080" +write http:header "Host" "localhost:54321" write http:header "Upgrade" "websocket" write http:header "Connection" "Upgrade" write http:header "Sec-WebSocket-Key" "dGhlIHNhbXBsZSBub25jZQ==" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.extensions.not.negotiated/handshake.response.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.extensions.not.negotiated/handshake.response.rpt index 3a16e4df7c..d89cd27893 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.extensions.not.negotiated/handshake.response.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.extensions.not.negotiated/handshake.response.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/path?query" +accept "http://localhost:54321/path?query" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.extensions.partial.agreement/handshake.request.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.extensions.partial.agreement/handshake.request.rpt index b882f1b8bb..fafc568587 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.extensions.partial.agreement/handshake.request.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.extensions.partial.agreement/handshake.request.rpt @@ -14,12 +14,12 @@ # under the License. # -connect "http://localhost:8080/path?query" +connect "http://localhost:54321/path?query" connected write http:method "GET" write http:version "HTTP/1.1" -write http:header "Host" "localhost:8080" +write http:header "Host" "localhost:54321" write http:header "Upgrade" "websocket" write http:header "Connection" "Upgrade" write http:header "Sec-WebSocket-Key" "dGhlIHNhbXBsZSBub25jZQ==" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.extensions.partial.agreement/handshake.response.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.extensions.partial.agreement/handshake.response.rpt index 2e57cf85e0..457c68e665 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.extensions.partial.agreement/handshake.response.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.extensions.partial.agreement/handshake.response.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/path?query" +accept "http://localhost:54321/path?query" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.extensions.reordered/handshake.request.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.extensions.reordered/handshake.request.rpt index 10724dfd24..5eb1f6fff0 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.extensions.reordered/handshake.request.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.extensions.reordered/handshake.request.rpt @@ -14,12 +14,12 @@ # under the License. # -connect "http://localhost:8080/path?query" +connect "http://localhost:54321/path?query" connected write http:method "GET" write http:version "HTTP/1.1" -write http:header "Host" "localhost:8080" +write http:header "Host" "localhost:54321" write http:header "Upgrade" "websocket" write http:header "Connection" "Upgrade" write http:header "Sec-WebSocket-Key" "dGhlIHNhbXBsZSBub25jZQ==" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.extensions.reordered/handshake.response.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.extensions.reordered/handshake.response.rpt index 00af1cd556..547e5c968c 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.extensions.reordered/handshake.response.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.extensions.reordered/handshake.response.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/path?query" +accept "http://localhost:54321/path?query" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.protocol.not.negotiated/handshake.request.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.protocol.not.negotiated/handshake.request.rpt index 67d5efc064..f3641d8f34 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.protocol.not.negotiated/handshake.request.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.protocol.not.negotiated/handshake.request.rpt @@ -14,12 +14,12 @@ # under the License. # -connect "http://localhost:8080/path?query" +connect "http://localhost:54321/path?query" connected write http:method "GET" write http:version "HTTP/1.1" -write http:header "Host" "localhost:8080" +write http:header "Host" "localhost:54321" write http:header "Upgrade" "websocket" write http:header "Connection" "Upgrade" write http:header "Sec-WebSocket-Key" "dGhlIHNhbXBsZSBub25jZQ==" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.protocol.not.negotiated/handshake.response.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.protocol.not.negotiated/handshake.response.rpt index df6cd4c1da..0693f665e6 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.protocol.not.negotiated/handshake.response.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.sec.websocket.protocol.not.negotiated/handshake.response.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/path?query" +accept "http://localhost:54321/path?query" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.upgrade.missing/handshake.request.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.upgrade.missing/handshake.request.rpt index 1699a9c9d4..1ed434ccd1 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.upgrade.missing/handshake.request.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.upgrade.missing/handshake.request.rpt @@ -14,12 +14,12 @@ # under the License. # -connect "http://localhost:8080/path?query" +connect "http://localhost:54321/path?query" connected write http:method "GET" write http:version "HTTP/1.1" -write http:header "Host" "localhost:8080" +write http:header "Host" "localhost:54321" write http:header "Upgrade" "websocket" write http:header "Connection" "Upgrade" write http:header "Sec-WebSocket-Key" "dGhlIHNhbXBsZSBub25jZQ==" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.upgrade.missing/handshake.response.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.upgrade.missing/handshake.response.rpt index 021110c41d..a9a7536a7c 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.upgrade.missing/handshake.response.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.upgrade.missing/handshake.response.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/path?query" +accept "http://localhost:54321/path?query" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.upgrade.not.websocket/handshake.request.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.upgrade.not.websocket/handshake.request.rpt index 8488e9920f..650a449fe7 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.upgrade.not.websocket/handshake.request.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.upgrade.not.websocket/handshake.request.rpt @@ -14,12 +14,12 @@ # under the License. # -connect "http://localhost:8080/path?query" +connect "http://localhost:54321/path?query" connected write http:method "GET" write http:version "HTTP/1.1" -write http:header "Host" "localhost:8080" +write http:header "Host" "localhost:54321" write http:header "Upgrade" "websocket" write http:header "Connection" "Upgrade" write http:header "Sec-WebSocket-Key" "dGhlIHNhbXBsZSBub25jZQ==" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.upgrade.not.websocket/handshake.response.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.upgrade.not.websocket/handshake.response.rpt index 153f695173..b72361e46b 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.upgrade.not.websocket/handshake.response.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.header.upgrade.not.websocket/handshake.response.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/path?query" +accept "http://localhost:54321/path?query" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" /(?i:websocket)/ read http:header "Connection" /(?i:Upgrade)/ read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.headers.random.case/handshake.request.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.headers.random.case/handshake.request.rpt index 77699e8d81..45f38df523 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.headers.random.case/handshake.request.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.headers.random.case/handshake.request.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/path?query" +connect "http://localhost:54321/path?query" connected write http:method "GET" diff --git a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.headers.random.case/handshake.response.rpt b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.headers.random.case/handshake.response.rpt index 044894d1e5..3062aa2808 100644 --- a/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.headers.random.case/handshake.response.rpt +++ b/specs/binding-ws.spec/src/main/scripts/io/aklivity/zilla/specs/binding/ws/streams/network/opening/response.headers.random.case/handshake.response.rpt @@ -14,13 +14,13 @@ # under the License. # -accept "http://localhost:8080/path?query" +accept "http://localhost:54321/path?query" accepted connected read http:method "GET" read http:version "HTTP/1.1" -read http:header "Host" "localhost:8080" +read http:header "Host" "localhost:54321" read http:header "Upgrade" "websocket" read http:header "Connection" "Upgrade" read http:header "Sec-WebSocket-Key" /(?[a-zA-Z0-9+\/=]{24})/ diff --git a/specs/binding-ws.spec/src/test/java/io/aklivity/zilla/specs/binding/ws/internal/WsFunctionsTest.java b/specs/binding-ws.spec/src/test/java/io/aklivity/zilla/specs/binding/ws/internal/WsFunctionsTest.java index be77c4a7e5..81b6c81735 100644 --- a/specs/binding-ws.spec/src/test/java/io/aklivity/zilla/specs/binding/ws/internal/WsFunctionsTest.java +++ b/specs/binding-ws.spec/src/test/java/io/aklivity/zilla/specs/binding/ws/internal/WsFunctionsTest.java @@ -77,7 +77,7 @@ public void shouldEncodeWsBeginExt() final byte[] array = beginEx().typeId(0x01) .protocol("primary") .scheme("http") - .authority("localhost:8080") + .authority("localhost:54321") .path("/path?query") .build(); @@ -87,7 +87,7 @@ public void shouldEncodeWsBeginExt() assertEquals(wsBeginEx.typeId(), 0x01); assertEquals(wsBeginEx.protocol().asString(), "primary"); assertEquals(wsBeginEx.scheme().asString(), "http"); - assertEquals(wsBeginEx.authority().asString(), "localhost:8080"); + assertEquals(wsBeginEx.authority().asString(), "localhost:54321"); assertEquals(wsBeginEx.path().asString(), "/path?query"); } } diff --git a/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/catalog.yaml b/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/catalog.yaml index ea12a7f82a..5dafc2900a 100644 --- a/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/catalog.yaml +++ b/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/catalog.yaml @@ -19,7 +19,7 @@ catalogs: catalog0: type: apicurio options: - url: http://localhost:8081 + url: http://localhost:54322 group-id: default use-id: globalId id-encoding: default diff --git a/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/resolve/artifact/global/id/cache/zilla.yaml b/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/resolve/artifact/global/id/cache/zilla.yaml index 39836a8989..5f81e4b562 100644 --- a/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/resolve/artifact/global/id/cache/zilla.yaml +++ b/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/resolve/artifact/global/id/cache/zilla.yaml @@ -19,7 +19,7 @@ catalogs: catalog0: type: apicurio options: - url: http://localhost:8080 + url: http://localhost:54321 group-id: groupId bindings: net0: diff --git a/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/resolve/artifact/global/id/retry/zilla.yaml b/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/resolve/artifact/global/id/retry/zilla.yaml index b4983ae5ab..043e27c118 100644 --- a/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/resolve/artifact/global/id/retry/zilla.yaml +++ b/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/resolve/artifact/global/id/retry/zilla.yaml @@ -31,7 +31,7 @@ catalogs: catalog0: type: apicurio options: - url: http://localhost:8080 + url: http://localhost:54321 group-id: groupId bindings: net0: diff --git a/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/resolve/artifact/global/id/zilla.yaml b/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/resolve/artifact/global/id/zilla.yaml index 7c0a067d68..d7fad08020 100644 --- a/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/resolve/artifact/global/id/zilla.yaml +++ b/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/resolve/artifact/global/id/zilla.yaml @@ -19,7 +19,7 @@ catalogs: catalog0: type: apicurio options: - url: http://localhost:8080 + url: http://localhost:54321 group-id: groupId bindings: net0: diff --git a/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/resolve/artifact/id/subject/version/cache/zilla.yaml b/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/resolve/artifact/id/subject/version/cache/zilla.yaml index 8eaa7bf0cf..3d632b55b4 100644 --- a/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/resolve/artifact/id/subject/version/cache/zilla.yaml +++ b/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/resolve/artifact/id/subject/version/cache/zilla.yaml @@ -19,7 +19,7 @@ catalogs: catalog0: type: apicurio options: - url: http://localhost:8080 + url: http://localhost:54321 group-id: groupId bindings: net0: diff --git a/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/resolve/artifact/id/subject/version/failed/zilla.yaml b/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/resolve/artifact/id/subject/version/failed/zilla.yaml index 2c391e7ae5..655524900d 100644 --- a/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/resolve/artifact/id/subject/version/failed/zilla.yaml +++ b/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/resolve/artifact/id/subject/version/failed/zilla.yaml @@ -28,7 +28,7 @@ catalogs: catalog0: type: apicurio options: - url: http://localhost:8080 + url: http://localhost:54321 group-id: groupId max-age: 0 bindings: diff --git a/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/resolve/artifact/id/subject/version/latest/zilla.yaml b/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/resolve/artifact/id/subject/version/latest/zilla.yaml index d0a7f61a2e..af33006c81 100644 --- a/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/resolve/artifact/id/subject/version/latest/zilla.yaml +++ b/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/resolve/artifact/id/subject/version/latest/zilla.yaml @@ -19,7 +19,7 @@ catalogs: catalog0: type: apicurio options: - url: http://localhost:8080 + url: http://localhost:54321 group-id: groupId bindings: net0: diff --git a/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/resolve/artifact/id/subject/version/retry/zilla.yaml b/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/resolve/artifact/id/subject/version/retry/zilla.yaml index a47879431e..382f3b2897 100644 --- a/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/resolve/artifact/id/subject/version/retry/zilla.yaml +++ b/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/resolve/artifact/id/subject/version/retry/zilla.yaml @@ -34,7 +34,7 @@ catalogs: catalog0: type: apicurio options: - url: http://localhost:8080 + url: http://localhost:54321 group-id: groupId max-age: 0 bindings: diff --git a/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/resolve/artifact/id/subject/version/zilla.yaml b/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/resolve/artifact/id/subject/version/zilla.yaml index 4546290e64..5cceb5eb26 100644 --- a/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/resolve/artifact/id/subject/version/zilla.yaml +++ b/specs/catalog-apicurio.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/apicurio/config/resolve/artifact/id/subject/version/zilla.yaml @@ -19,7 +19,7 @@ catalogs: catalog0: type: apicurio options: - url: http://localhost:8080 + url: http://localhost:54321 group-id: groupId bindings: net0: diff --git a/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/catalog.yaml b/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/catalog.yaml index bb319d5196..65eef38d65 100644 --- a/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/catalog.yaml +++ b/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/catalog.yaml @@ -19,6 +19,6 @@ catalogs: catalog0: type: karapace options: - url: http://localhost:8081 + url: http://localhost:54322 context: default max-age: 30 diff --git a/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/resolve/schema/id/cache/zilla.yaml b/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/resolve/schema/id/cache/zilla.yaml index 306be08370..1031425dda 100644 --- a/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/resolve/schema/id/cache/zilla.yaml +++ b/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/resolve/schema/id/cache/zilla.yaml @@ -19,7 +19,7 @@ catalogs: catalog0: type: karapace options: - url: http://localhost:8081 + url: http://localhost:54322 bindings: net0: type: test diff --git a/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/resolve/schema/id/retry/zilla.yaml b/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/resolve/schema/id/retry/zilla.yaml index 47edd6afed..45eb8df274 100644 --- a/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/resolve/schema/id/retry/zilla.yaml +++ b/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/resolve/schema/id/retry/zilla.yaml @@ -31,7 +31,7 @@ catalogs: catalog0: type: karapace options: - url: http://localhost:8081 + url: http://localhost:54322 bindings: net0: type: test diff --git a/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/resolve/schema/id/zilla.yaml b/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/resolve/schema/id/zilla.yaml index 72f3fa866b..41280b606b 100644 --- a/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/resolve/schema/id/zilla.yaml +++ b/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/resolve/schema/id/zilla.yaml @@ -19,7 +19,7 @@ catalogs: catalog0: type: karapace options: - url: http://localhost:8081 + url: http://localhost:54322 bindings: net0: type: test diff --git a/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/resolve/subject/version/cache/zilla.yaml b/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/resolve/subject/version/cache/zilla.yaml index 8f0c5e8065..ac19ba3113 100644 --- a/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/resolve/subject/version/cache/zilla.yaml +++ b/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/resolve/subject/version/cache/zilla.yaml @@ -19,7 +19,7 @@ catalogs: catalog0: type: karapace options: - url: http://localhost:8081 + url: http://localhost:54322 max-age: 5000 bindings: net0: diff --git a/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/resolve/subject/version/retry/zilla.yaml b/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/resolve/subject/version/retry/zilla.yaml index cfebc5d347..ff502179de 100644 --- a/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/resolve/subject/version/retry/zilla.yaml +++ b/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/resolve/subject/version/retry/zilla.yaml @@ -34,7 +34,7 @@ catalogs: catalog0: type: karapace options: - url: http://localhost:8081 + url: http://localhost:54322 max-age: 0 bindings: net0: diff --git a/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/resolve/subject/version/zilla.yaml b/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/resolve/subject/version/zilla.yaml index 14fd05cdf6..4e209bae9b 100644 --- a/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/resolve/subject/version/zilla.yaml +++ b/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/resolve/subject/version/zilla.yaml @@ -19,7 +19,7 @@ catalogs: catalog0: type: karapace options: - url: http://localhost:8081 + url: http://localhost:54322 bindings: net0: type: test diff --git a/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/unretrievable/schema/id/zilla.yaml b/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/unretrievable/schema/id/zilla.yaml index 0cdf18ac5f..4fdb6cf0c4 100644 --- a/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/unretrievable/schema/id/zilla.yaml +++ b/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/unretrievable/schema/id/zilla.yaml @@ -28,7 +28,7 @@ catalogs: catalog0: type: karapace options: - url: http://localhost:8081 + url: http://localhost:54322 bindings: net0: type: test diff --git a/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/unretrievable/schema/subject/version/zilla.yaml b/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/unretrievable/schema/subject/version/zilla.yaml index 094974fe4b..2f03a8f446 100644 --- a/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/unretrievable/schema/subject/version/zilla.yaml +++ b/specs/catalog-karapace.spec/src/main/scripts/io/aklivity/zilla/specs/catalog/karapace/config/unretrievable/schema/subject/version/zilla.yaml @@ -28,7 +28,7 @@ catalogs: catalog0: type: karapace options: - url: http://localhost:8081 + url: http://localhost:54322 bindings: net0: type: test diff --git a/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.create.via.http/client.rpt b/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.create.via.http/client.rpt index 5093a82e2c..09bf2d724e 100644 --- a/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.create.via.http/client.rpt +++ b/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.create.via.http/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" connected write http:method "GET" @@ -23,7 +23,7 @@ write close read http:status "404" "Not Found" read closed -connect "http://localhost:8080/" +connect "http://localhost:54321/" connected write http:method "GET" diff --git a/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.create.via.http/server.rpt b/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.create.via.http/server.rpt index 1e59cdb65c..cb0f22d2d8 100644 --- a/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.create.via.http/server.rpt +++ b/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.create.via.http/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" accepted connected diff --git a/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.delete.via.http/client.rpt b/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.delete.via.http/client.rpt index bcf7ee1383..cb31c1a587 100644 --- a/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.delete.via.http/client.rpt +++ b/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.delete.via.http/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" connected write http:method "GET" @@ -31,7 +31,7 @@ read '---\n' ' exit: app0\n' read closed -connect "http://localhost:8080/" +connect "http://localhost:54321/" connected write http:method "GET" diff --git a/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.delete.via.http/server.rpt b/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.delete.via.http/server.rpt index ca7389f572..b96a7db22a 100644 --- a/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.delete.via.http/server.rpt +++ b/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.delete.via.http/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" accepted connected diff --git a/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.modify.no.etag.via.http/client.rpt b/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.modify.no.etag.via.http/client.rpt index 791d9c4a1d..cd02034bdd 100644 --- a/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.modify.no.etag.via.http/client.rpt +++ b/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.modify.no.etag.via.http/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" connected write http:method "GET" @@ -30,7 +30,7 @@ read '---\n' ' exit: app0\n' read closed -connect "http://localhost:8080/" +connect "http://localhost:54321/" connected write http:method "GET" diff --git a/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.modify.no.etag.via.http/server.rpt b/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.modify.no.etag.via.http/server.rpt index a4130af69d..6b4d940a8c 100644 --- a/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.modify.no.etag.via.http/server.rpt +++ b/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.modify.no.etag.via.http/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" accepted connected diff --git a/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.modify.via.http/client.rpt b/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.modify.via.http/client.rpt index 99779dc0ff..21342542a6 100644 --- a/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.modify.via.http/client.rpt +++ b/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.modify.via.http/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" connected write http:method "GET" @@ -31,7 +31,7 @@ read '---\n' ' exit: app0\n' read closed -connect "http://localhost:8080/" +connect "http://localhost:54321/" connected write http:method "GET" diff --git a/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.modify.via.http/server.rpt b/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.modify.via.http/server.rpt index 1c15cfe74c..57189e4554 100644 --- a/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.modify.via.http/server.rpt +++ b/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.modify.via.http/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" accepted connected diff --git a/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.server.error.via.http/client.rpt b/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.server.error.via.http/client.rpt index 26634d7379..9b9c21d3ec 100644 --- a/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.server.error.via.http/client.rpt +++ b/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.server.error.via.http/client.rpt @@ -14,7 +14,7 @@ # under the License. # -connect "http://localhost:8080/" +connect "http://localhost:54321/" connected write http:method "GET" @@ -31,7 +31,7 @@ read '---\n' ' exit: app0\n' read closed -connect "http://localhost:8080/" +connect "http://localhost:54321/" connected write http:method "GET" diff --git a/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.server.error.via.http/server.rpt b/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.server.error.via.http/server.rpt index 7db63f1708..ba3e38c896 100644 --- a/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.server.error.via.http/server.rpt +++ b/specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/streams/application/reconfigure.server.error.via.http/server.rpt @@ -14,7 +14,7 @@ # under the License. # -accept "http://localhost:8080/" +accept "http://localhost:54321/" accepted connected