zhangziran/httpsqs

Not return HTTPSQS_PUT_END when put catches get

Opened this issue · 0 comments

What steps will reproduce the problem?
1. name=your_queue_name&opt=maxqueue&num=10
2. 5 puts => 0 get(or 1 get) => 6 puts.

What is the expected output? What do you see instead?
#expected output: return HTTPSQS_PUT_END while performing the 11th(or 12th) put
# what i saw: return HTTPSQS_PUT_OK while performing the 11th(or 12th) put

What version of the product are you using? On what operating system?
httpsqs version: httpsqs-1.3
OS: x86_64 GNU/Linux

Please provide any additional information below.


Original issue reported on code.google.com by fresco....@gmail.com on 18 Feb 2011 at 3:10