Yichun Zhang

Results 937 comments of Yichun Zhang

@iooly Recheck every link in your data flow (from web browser, to nginx, to mysql, to mysql database and tables, and backward) and ensure the same charset is used upon...

@zayednetad The `new` method may fail. You should handle any error returned from it. As in the document example: ``` lua local form, err = upload:new(chunk_size) if not form then...

The error message clearly indicates that the request body has already been read by something else. Ensue you do _not_ turn on the lua_need_request_body directive in your nginx.conf and do...

@CriztianiX I know nothing about CouchBase. Please use the terms in the memcached protocol instead.

@ruiyinchen Instead of delivering sockets themselves across different requests, you should delivery data or message. You cannot operate on a cosocket object directly from the context of another request that...

@ZouDikai An empty result set is a totally valid result set and no error should get returned. I think you misunderstand the outcome of your SQL query.

@wowxunyl You'll get an empty table for that.

@wowxunyl Maybe you mysql client is trying to do something clever. Not sure. This library just outputs whatever from the mysqld server responses.