Bug fix: Polling status using POST-as-GET wherever possible #33
Загрузка…
x
Ссылка в новой задаче
Block a user
Описание отсутствует.
Удалить ветку «(удалена):master»
Удаление ветки необратимо. Несмотря на то, что удаленная ветка может просуществовать некоторое время перед тем, как она будет окончательно удалена, это действие НЕВОЗМОЖНО отменить в большинстве случаев. Продолжить?
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