gbv / jskos-proxy

HTTP proxy to serve JSKOS objects
https://uri.gbv.de/terminology/
MIT License
3 stars 2 forks source link

Fix failing test of server response body #5

Closed nichtich closed 1 year ago

nichtich commented 1 year ago

In https://github.com/gbv/jskos-proxy/blob/main/test/server.js#L36-L43 I tried to check the server response body but res.text seems to be undefined althout content-length header is set. Maybe the response body is hidden in some buffer?