Loading go-apps/meep-wais/server/wais.go +3 −0 Original line number Diff line number Diff line Loading @@ -1091,6 +1091,9 @@ func subscriptionsPOST(w http.ResponseWriter, r *http.Request) { return } // Set response location header w.Header().Set("Location", assocStaSub.Links.Self.Href) case STA_DATA_RATE_SUBSCRIPTION: w.WriteHeader(http.StatusNotImplemented) return Loading Loading
go-apps/meep-wais/server/wais.go +3 −0 Original line number Diff line number Diff line Loading @@ -1091,6 +1091,9 @@ func subscriptionsPOST(w http.ResponseWriter, r *http.Request) { return } // Set response location header w.Header().Set("Location", assocStaSub.Links.Self.Href) case STA_DATA_RATE_SUBSCRIPTION: w.WriteHeader(http.StatusNotImplemented) return Loading