mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 14:20:29 +01:00
Connection prematurely closed BEFORE response #602
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sharlinsingh2812 on GitHub (May 24, 2024).
Originally assigned to: @StefH on GitHub.
I am getting the following error:
reactor.netty.http.client.PrematureCloseException: Connection prematurely closed BEFORE response
when trying to get the _/_admin/mappings after composing up a docker container with the following image sheyenrath/wiremock.net-alpine:latest. (As of 22 May 2024, the latest was - 1.5.54)
The expected behavior is that a list of mappings should be returned.
Other information:
docker-compose.yaml
GET request
Response
@StefH commented on GitHub (May 24, 2024):
Tested on Windows 11
Starting your example works fine:
Calling Health Point works:
GET via Chrome works fine:

@sharlinsingh2812 commented on GitHub (May 24, 2024):
Thanks Stef Heyenrat
Looks like a newer/updated image for v1.5.54 was pushed to Docker Hub. (May 22, 2024).
I was using the image v1.5.54 that was pushed on May 19,2024)
Not getting the issue anymore.
@StefH commented on GitHub (May 24, 2024):
Fixed with this indeed:
1.5.55 (22 May 2024)