disconnect / apache-websocket

Apache WebSocket module
Apache License 2.0
196 stars 46 forks source link

Use apr_dso_error #33

Closed wjmelements closed 6 years ago

wjmelements commented 10 years ago

Utilize apr_dso_error to give error messages to the failure log when a plugin fails to load. Message reads "Could not open WebSocket handler module: handle_message not defined", for example.

jchampio commented 8 years ago

FYI, I've pushed a similar patch (based on mod_so) in d297ba7b.

wjmelements commented 6 years ago

closing; no longer necessary