Bug fix: Polling status using POST-as-GET wherever possible #33
Loading…
Reference in New Issue
No description provided.
Delete Branch "(deleted):master"
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?
Avoid repeating finalize POST request and challenge POST requests by
using POST-as-GET requests instead. Allows for testing with Pebble,
and more correctly follows the spec.
Fixes issue: https://git.rootprojects.org/root/acme.js/issues/9
Added to bug tracker on rootprojects.org because I thought that was the main place - would be great if that was documented for potential contributors