const golang.org/x/pkgsite/internal/middleware.maxURILength

2 uses

	golang.org/x/pkgsite/internal/middleware (current package)
		accept_requests.go#L11: const maxURILength = 1000
		accept_requests.go#L19: 			if len(r.URL.String()) >= maxURILength {