mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
change: Make header capitalization consistent.
This commit is contained in:
committed by
Joachim Van Herwegen
parent
8c2f737fe0
commit
394e28b69d
@@ -16,6 +16,6 @@ export class WebSocketAdvertiser extends HttpHandler {
|
||||
}
|
||||
|
||||
public async handle({ response }: { response: HttpResponse }): Promise<void> {
|
||||
addHeader(response, 'updates-via', this.socketUrl);
|
||||
addHeader(response, 'Updates-Via', this.socketUrl);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user