29ac739 providers/proxy: got rid of excessive mem copies

1 file Authored by atikhonov 5 years ago, Committed by jhrozek 5 years ago,
    providers/proxy: got rid of excessive mem copies
    
    There is no need to create copies of strings for temporary storage
    in hash_table.
    
    Reviewed-by: Pavel Březina <pbrezina@redhat.com>