diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -4824,6 +4824,9 @@ int html_post_handler(const xs_dict *req, const char *q_path, | |||
| 4824 | /* set the option */ | 4824 | /* set the option */ |
| 4825 | msg = xs_dict_append(msg, "name", v); | 4825 | msg = xs_dict_append(msg, "name", v); |
| 4826 | 4826 | ||
| 4827 | /* delete the content */ | ||
| 4828 | msg = xs_dict_del(msg, "content"); | ||
| 4829 | |||
| 4827 | xs *c_msg = msg_create(&snac, msg); | 4830 | xs *c_msg = msg_create(&snac, msg); |
| 4828 | 4831 | ||
| 4829 | enqueue_message(&snac, c_msg); | 4832 | enqueue_message(&snac, c_msg); |