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 9de29fe commit cfe9bfeCopy full SHA for cfe9bfe
src/main/java/co/stateful/RtLock.java
@@ -107,6 +107,7 @@ public boolean lock(final String label) throws IOException {
107
final long start = System.currentTimeMillis();
108
final boolean locked = this.front("lock")
109
.body().formParam("label", label).back()
110
+ .method(Request.POST)
111
.fetch()
112
.status() == HttpURLConnection.HTTP_SEE_OTHER;
113
Logger.info(
0 commit comments