I inserted debugging writes and confirmed
ssrecv was not being called.

I traced back the calling sequence to
gethttp where
  if. (-.IFWGET) *. IFIOS+.UNAME-:'Android' do.
failed.

I added an Android test to initialization after
IFWGET is created.
  IFWGET=: IFUNIX *. -.UNAME-:'Darwin' NB. Linux only
  if. UNAME-:'Android' do. IFWGET=: 0 end.

The verb gethttp now works correctly. That probably isn't the
preferred solution.

Paul
-- 

Paul
650-766-1863
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to