Changeset 2053:aa015698d5ce in roaraudio for libroar/basic.c


Ignore:
Timestamp:
06/29/09 19:33:26 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

sync() only on reqs, not on single send()s

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/basic.c

    r2043 r2053  
    319319 } 
    320320 
    321  roar_vio_sync(vio); // we need to do this becasue of ssl/compressed links 
    322  
    323321 roar_errno = ROAR_ERROR_NONE; 
    324322 
     
    430428  free(*data); 
    431429 
     430 roar_vio_sync(vio); // we need to do this becasue of ssl/compressed links 
     431 
    432432 return roar_vrecv_message(vio, mes, data); 
    433433} 
Note: See TracChangeset for help on using the changeset viewer.