good morning!!!!

Skip to content
Snippets Groups Projects
Verified Commit f59c5800 authored by a's avatar a
Browse files

a

parent dd22aeda
No related branches found
No related tags found
No related merge requests found
Pipeline #61201 passed
...@@ -60,9 +60,6 @@ func NewGetCodec(w http.ResponseWriter, r *http.Request) *HttpCodec { ...@@ -60,9 +60,6 @@ func NewGetCodec(w http.ResponseWriter, r *http.Request) *HttpCodec {
} }
method_up := r.URL.Query().Get("method") method_up := r.URL.Query().Get("method")
if method_up == "" {
method_up = strings.TrimPrefix(r.URL.Path, "/")
}
params, _ := url.QueryUnescape(r.URL.Query().Get("params")) params, _ := url.QueryUnescape(r.URL.Query().Get("params"))
var param []byte var param []byte
// try to read params as base64 // try to read params as base64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment