We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efc9aa commit 7750a13Copy full SHA for 7750a13
java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java
@@ -108,7 +108,6 @@ public Response decode(HttpResponse encodedResponse) {
108
response.setValue(content);
109
}
110
111
-
112
if (response.getStatus() != null && response.getState() == null) {
113
response.setState(errorCodes.toState(response.getStatus()));
114
} else if (response.getStatus() == null && response.getState() != null) {
0 commit comments