-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
When server replies with non-standard Http Code, e.g. 250, this information is swallowed and 200 code is returned.
Line 124 in 35b967a
HttpStatus status = Optional.ofNullable(response.getStatusCode()).orElse(HttpStatus.OK); |
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement