Unverified Commit 2ac4cb26 authored by Niklas Adolfsson's avatar Niklas Adolfsson Committed by GitHub
Browse files

fix(http server): omit jsonrpc details in health API (#785)

* fix(http server): omit jsonrpc details health API

Closing https://github.com/paritytech/jsonrpsee/issues/784
Ordinary GET requests doesn't expect the body the be formatted as
`JSON-RPC` responses which this fixes.

* address grumbles

* Update http-server/src/server.rs

* cargo fmt
parent 9fe25b1c
Pipeline #196844 passed with stages
in 5 minutes and 36 seconds