• Travis Cross's avatar
    Allow streaming binary data from mod_memcache · 750b1dd8
    Travis Cross 提交于
    Previously data returned from `memcache get` would be truncated at the
    first NULL byte.
    
    By using raw_write_function here to stream the returned memcache
    value, we allow mod_memcache to be used for audio and other arbitrary
    binary data.
    
    Dave has a format module planned that relies on this.
    
    Thanks-to: Dave Olszewski <dolszewski@marchex.com>
    
    FS-7114 #resolve
    750b1dd8
名称
最后提交
最后更新
..
conf 正在载入提交数据...
Makefile.am 正在载入提交数据...
mod_memcache.c 正在载入提交数据...
mod_memcache_stress.rb 正在载入提交数据...