Changed paths:
M src/PluginCore/SimpleStreamHelper.cpp
M src/PluginCore/SimpleStreamHelper.h
Log Message:
-----------
FIREBREATH-169: No need to hold a reference to the browser host
Holding a reference will trigger the assert in NpapiPluginModule::NPP_Destroy
if you destroy the plugin with outstanding get/post requests.