Embedded web servers behave inconsistently when server.port is set to -1 #17073
Labels
status: pending-design-work
Needs design work before any code can be developed
type: task
A general task
Milestone
The behaviour is as follows when starting with
server.port=-1
:Further to the above, the way that
autoStart
is implemented at the moment is a little odd. When a web server is created withautoStart
set tofalse
, callingstart()
on that server will then have no effect and there's no way to setautoStart
back totrue
so that the web server can be started. In other words, it's not really disabling automatic start, but disabling start altogether.The text was updated successfully, but these errors were encountered: