ChannelFinder / ChannelFinderService

A RESTful directory services for a list channels
MIT License
8 stars 13 forks source link

Add server compression by default for large responses #102

Closed jacomago closed 9 months ago

shroffk commented 9 months ago

Looks good. Is there any changes that would be needed on the clients?

jacomago commented 9 months ago

It will only send if the client adds in the header that it supports compression. That is done by most browsers by default. Not sure if need an update to phoebus to enable using compression.