at-return-output #63

Merged
lash merged 7 commits from at-return-output into master 2024-09-19 18:23:13 +02:00
Showing only changes of commit a9a429824c - Show all commits

View File

@ -32,6 +32,7 @@ func (ash *ATSessionHandler) ServeHTTP(w http.ResponseWriter, req *http.Request)
if err != nil {
logg.ErrorCtxf(rqs.Ctx, "", "header processing error", err)
ash.writeError(w, 400, err)
return
}
rqs.Config = cfg
rqs.Input, err = rp.GetInput(req)