updated osx_app_framework

This commit is contained in:
Joseph Henry
2016-10-21 16:41:52 -07:00
parent 728feeda74
commit a538b9131b
9 changed files with 81 additions and 60 deletions

View File

@@ -80,7 +80,7 @@ struct HttpPhyHandler
phy->close(sock);
}
inline void phyOnTcpWritable(PhySocket *sock,void **uptr, bool lwip_invoked)
inline void phyOnTcpWritable(PhySocket *sock,void **uptr)
{
if (writePtr < writeSize) {
long n = phy->streamSend(sock,writeBuf + writePtr,writeSize - writePtr,true);