~roger.light/ubuntu/vivid/libwebsockets/fix-for-1422623

« back to all changes in this revision

Viewing changes to lib/extension-deflate-frame.c

  • Committer: Roger A. Light
  • Date: 2015-02-19 16:00:08 UTC
  • mfrom: (1.1.1)
  • Revision ID: roger@atchoo.org-20150219160008-162cd9naiu2yekny
New upstream release 1.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
163
163
                                 * we will get a destroy callback to take care
164
164
                                 * of closing nicely
165
165
                                 */
166
 
                                lwsl_err("zlib error inflate %d: %s\n",
 
166
                                lwsl_info("zlib error inflate %d: %s\n",
167
167
                                                           n, conn->zs_in.msg);
168
168
                                return -1;
169
169
                        }