Turn off Checkin-prog and Update-prog.
This commit is contained in:
parent
e5c3c1793b
commit
fd98984aaf
@ -4752,8 +4752,8 @@ struct request requests[] =
|
||||
REQ_LINE("Max-dotdot", serve_max_dotdot, 0),
|
||||
REQ_LINE("Static-directory", serve_static_directory, 0),
|
||||
REQ_LINE("Sticky", serve_sticky, 0),
|
||||
REQ_LINE("Checkin-prog", serve_checkin_prog, 0),
|
||||
REQ_LINE("Update-prog", serve_update_prog, 0),
|
||||
REQ_LINE("Checkin-prog", serve_noop, 0),
|
||||
REQ_LINE("Update-prog", serve_noop, 0),
|
||||
REQ_LINE("Entry", serve_entry, RQ_ESSENTIAL),
|
||||
REQ_LINE("Kopt", serve_kopt, 0),
|
||||
REQ_LINE("Checkin-time", serve_checkin_time, 0),
|
||||
|
Loading…
x
Reference in New Issue
Block a user