• Daniel Hiltgen's avatar
    Only set default keep_alive on initial model load · 955f2a4e
    Daniel Hiltgen authored
    This change fixes the handling of keep_alive so that if client
    request omits the setting, we only set this on initial load.  Once
    the model is loaded, if new requests leave this unset, we'll keep
    whatever keep_alive was there.
    955f2a4e
routes.go 34.7 KB