nginx / unit

NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming language runtimes.
https://unit.nginx.org
Apache License 2.0
5.37k stars 323 forks source link

Remove GET method support from the application restart control API endpoint #1446

Open javorszky opened 11 hours ago

javorszky commented 11 hours ago

1445 will have added support for POST requests to restart applications alongside GET requests.

We should remove support for GET requests in Unit version 1.35 as it's semantically incorrect.

ac000 commented 10 hours ago

NAK.

This could end up breaking a lot of peoples scripts.

We will just need to live with it...

javorszky commented 10 hours ago

NAK.

I'm not familiar with this, what does this mean in this context?

ac000 commented 7 hours ago

No 4.