• …o disconnect between request, when we want to restart gracefully the anubis adm "restart(true)", we wait for all tcp, udp server are down. If a web browser keep a connection with the http server, the server will never shutdown until the browser close the browsing window.
    So the shutdown_required is emitted by the application core to request to quit. In that case the http server stop to maintain socket and close it after sending last request.
    totoro authored
     
    Browse Dir »












  • Now in add of ?a= (which means action =) we defined the ?aws_action= (which means 'Anubis Web Server Action = ')
    the 'a=' will be deprecated in the future because 'a' can be web argument name too easily.
    In addition of the new name for action, there is an action which is special for not using session stored in cookie.
    When ...?aws_action=none this means don't restore session state for this action like action name which starting "ajax_".
    totoro authored
     
    Browse Dir »




  • + to_XML_RPC_array, which convert Anubis String list into XML_RPC array
    + get_first_parameter, which return Maybe(XML_RPC_parameter)
    + get_first_struct, which return Maybe(XML_RPC_struct). Failure if not found else the struct
    + get_member(member_name), return maybe the member_name if found else failure
    totoro authored
     
    Browse Dir »










  • + Merge  all immediate_selector together and create some immediate_selector function with less argument. These functions call the master function with default value for the arguments which are removed from the call
    + Add HTML_partial_content to HTTP_answer. This allow to send small part of html without body and header. Need for Ajax call
    + Change the HTML DOCTYPE from old xhtml to html 5
    + Add autoOpen argument on jq_dialog_create
    totoro authored
     
    Browse Dir »