erlyaws / yaws

Yaws webserver
https://erlyaws.github.io
BSD 3-Clause "New" or "Revised" License
1.28k stars 267 forks source link

some things not updated after yaws --hup #299

Closed leoliu closed 7 years ago

leoliu commented 7 years ago

I tried changing global config server_signature and then yaws --hup but it retained its old value. Bug? I am running Yaws from git master.

capflam commented 7 years ago

It should be updated after a reload. Are you sure you have not used an old connection (already opened) to do your tests ? Try to check it with curl before and after a reload to be sure.

leoliu commented 7 years ago

Oddly it is updated now. BTW I always use curl to check it.