Reviewers: rdayal,
Please review this at http://gwt-code-reviews.appspot.com/1618805/
Affected files:
M user/src/com/google/gwt/http/client/Response.java
Index: user/src/com/google/gwt/http/client/Response.java
diff --git a/user/src/com/google/gwt/http/client/Response.java
b/user/src/com/google/gwt/http/client/Response.java
index
554f2af1f43b48714dcb549b50bcd133ca0dd1ad..a15415920c599b1907a6f724560b603df0b33428
100644
--- a/user/src/com/google/gwt/http/client/Response.java
+++ b/user/src/com/google/gwt/http/client/Response.java
@@ -34,7 +34,7 @@ public abstract class Response {
public static final int SC_CREATED = 201;
public static final int SC_EXPECTATION_FAILED = 417;
public static final int SC_FORBIDDEN = 403;
- public static final int SC_GATEWAY_TIMEOUT = 405;
+ public static final int SC_GATEWAY_TIMEOUT = 504;
public static final int SC_GONE = 410;
public static final int SC_HTTP_VERSION_NOT_SUPPORTED = 505;
public static final int SC_INTERNAL_SERVER_ERROR = 500;
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors