Hans-Christian Halfbrodt

Results 6 comments of Hans-Christian Halfbrodt

Hi, I stumbled across the same issue. However if you look at the CSS sample you provided you see two CSS violations: 1. missing closing '}' 2. you try to...

![Bildschirmfoto vom 2022-05-23 12-52-37](https://user-images.githubusercontent.com/2700702/169804122-115c90ac-c115-4705-851e-b8e360be1b75.png)

Just saw pull request #77 solves this the same way.

The SQL script looks fine. Did you try execute the command on bash? You should execute this on your database server. Have a look here: https://dev.mysql.com/doc/refman/5.0/en/mysql-batch-commands.html

P.S.One way to reproduce such a broken state is to send a TCP Reset on an established WS connection. This may occur in real live when a firewall, an API...

Made a solution proposal in https://github.com/quarkusio/quarkus-http/pull/100