Ticket #10 (assigned defect)

Opened 6 years ago

Last modified 6 years ago

Fetching a zero-length string hangs

Reported by: anonymous Owned by: deveiant
Priority: major Milestone:
Component: Source Version: 0.0.4
Keywords: Cc:

Description

r_mc = MemCache::new 'localhost:11211',:urlencode=>false

=> <MemCache: 1 servers/? buckets: ns: nil, debug: false, cmp: true, ro: false>

r_mc[0]=

=> ""

r_mc[0]

[hangs]

Change History

comment:1 Changed 6 years ago by anonymous

Sorry about the formatting...

>> r_mc = MemCache::new 'localhost:11211',:urlencode=>false
=> <MemCache: 1 servers/? buckets: ns: nil, debug: false, cmp: true, ro: false>
>> r_mc[0]=''
=> ""
>> r_mc[0]

comment:2 Changed 6 years ago by deveiant

  • Status changed from new to assigned

Thanks for this report. I'll investigate and apply appropriate fixes.

Note: See TracTickets for help on using tickets.