echo icon indicating copy to clipboard operation
echo copied to clipboard

why my echo server says "echo: http: URL query contains semicolon, which is no longer a supported separator; parts of the query may be stripped when parsed; see golang.org/issue/25192"

Open ax-jli opened this issue 1 year ago • 0 comments

Issue Description

echo server says this in log:

echo: http: URL query contains semicolon, which is no longer a supported separator; parts of the query may be stripped when parsed; see golang.org/issue/25192

Checklist

  • [ ] Dependencies installed
  • [ ] No typos
  • [ ] Searched existing issues and docs

Expected behaviour

Actual behaviour

Steps to reproduce

Working code to debug

package main

func main() {
}

Version/commit

ax-jli avatar Jun 03 '24 20:06 ax-jli