html_text=response.read(BUFSIZ)# ignore more than BUFSIZ
response.close()
return(0,html_text,response.headers)
exceptIOErrorase:
exceptExceptionase:
logger('warn','failed: '+str(e))
return(1,str(e),'dummy')
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.