mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
websocket: fix format selection in client connections
This commit is contained in:
parent
1da2d9732d
commit
280c20de94
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ int websocket_start(struct node *n)
|
|||
c->state = WEBSOCKET_CONNECTION_STATE_CONNECTING;
|
||||
|
||||
c->node = n;
|
||||
c->format = format_type_lookup("villas.web");
|
||||
c->format = format_type_lookup("villas.web"); /** @todo We could parse the format from the URI */
|
||||
c->destination = d;
|
||||
|
||||
d->info.context = web->context;
|
||||
|
|
Loading…
Add table
Reference in a new issue